Class GaussianDistribution

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

public class GaussianDistribution extends Object implements Distribution
Represents a gaussian (normal) distribution where numbers are normally distributed with some given mean and standard deviation.
  • Constructor Details

    • GaussianDistribution

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