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.
|
Modifier and Type | Method and Description |
---|---|
double |
nextNormalizedDouble()
Generate a random scalar with null mean and unit standard deviation.
|
public GaussianRandomGenerator(RandomGenerator generatorIn)
generatorIn
- underlying random generator to usepublic double nextNormalizedDouble()
nextNormalizedDouble
in interface NormalizedRandomGenerator
Copyright © 2018 CNES. All Rights Reserved.