Class GaussianRandomGenerator

java.lang.Object
org.apache.commons.math3.random.GaussianRandomGenerator
All Implemented Interfaces:
NormalizedRandomGenerator

This class is a gaussian normalized random generator for scalars.

This class is a simple wrapper around the RandomGenerator.nextGaussian() method.

Since:
1.2