Class ZipfianDistribution

java.lang.Object
dev.roanh.gmark.core.dist.ZipfianDistribution
All Implemented Interfaces:
Distribution

public class ZipfianDistribution extends Object implements Distribution
Represents a zipfian distribution with some given alpha value.
  • Constructor Details

    • ZipfianDistribution

      public ZipfianDistribution(Element data)
      Constructs a new zipfian distribution from the given configuration XML element.
      Parameters:
      data - The XML element to parse.
  • Method Details