public class GaussianRandomGenerator extends Object implements NormalizedRandomGenerator
This class is a simple wrapper around the RandomGenerator.nextGaussian() method.
| Constructor and Description |
|---|
GaussianRandomGenerator(RandomGenerator generatorIn)
Create a new generator.
|
public GaussianRandomGenerator(RandomGenerator generatorIn)
generatorIn - underlying random generator to usepublic double nextNormalizedDouble()
nextNormalizedDouble in interface NormalizedRandomGeneratorCopyright © 2017 CNES. All rights reserved.