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