public class GaussianJavaUtilRandomWrapper extends Object implements GaussianDistributionRNG
| Constructor and Description |
|---|
GaussianJavaUtilRandomWrapper() |
GaussianJavaUtilRandomWrapper(long seed) |
| Modifier and Type | Method and Description |
|---|---|
double |
nextGaussian() |
double |
nextGaussian(double mean,
double standardDeviation) |
public GaussianJavaUtilRandomWrapper()
public GaussianJavaUtilRandomWrapper(long seed)
public double nextGaussian()
nextGaussian in interface GaussianDistributionRNGpublic double nextGaussian(double mean,
double standardDeviation)
nextGaussian in interface GaussianDistributionRNGCopyright © 2017. All rights reserved.