Class GaussianJavaUtilRandomWrapper
- java.lang.Object
-
- org.spectrumauctions.sats.core.util.random.GaussianJavaUtilRandomWrapper
-
- All Implemented Interfaces:
GaussianDistributionRNG
public class GaussianJavaUtilRandomWrapper extends java.lang.Object implements GaussianDistributionRNG
-
-
Constructor Summary
Constructors Constructor Description GaussianJavaUtilRandomWrapper()GaussianJavaUtilRandomWrapper(long seed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublenextGaussian()doublenextGaussian(double mean, double standardDeviation)
-
-
-
Method Detail
-
nextGaussian
public double nextGaussian()
- Specified by:
nextGaussianin interfaceGaussianDistributionRNG
-
nextGaussian
public double nextGaussian(double mean, double standardDeviation)- Specified by:
nextGaussianin interfaceGaussianDistributionRNG
-
-