Package dev.roanh.gmark.core.dist
Class GaussianDistribution
java.lang.Object
dev.roanh.gmark.core.dist.GaussianDistribution
- All Implemented Interfaces:
Distribution
Represents a gaussian (normal) distribution
where numbers are normally distributed with
some given mean and standard deviation.
-
Field Summary
Fields inherited from interface dev.roanh.gmark.core.Distribution
UNDEFINED
-
Constructor Summary
ConstructorDescriptionGaussianDistribution
(Element data) Constructs a new gaussian distribution from the given configuration XML element. -
Method Summary
-
Constructor Details
-
GaussianDistribution
Constructs a new gaussian distribution from the given configuration XML element.- Parameters:
data
- The XML element to parse.
-
-
Method Details
-
getType
Description copied from interface:Distribution
Gets the type of this distribution.- Specified by:
getType
in interfaceDistribution
- Returns:
- The type of this distribution.
-