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. | 
| Modifier and Type | Method and Description | 
|---|---|
| double | nextNormalizedDouble()Generate a random scalar with null mean and unit standard deviation. | 
public GaussianRandomGenerator(RandomGenerator generator)
generator - underlying random generator to usepublic double nextNormalizedDouble()
nextNormalizedDouble in interface NormalizedRandomGeneratorCopyright © 2016–2020 Hipparchus.org. All rights reserved.