Class GaussianRandomGenerator

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

public class GaussianRandomGenerator
extends java.lang.Object
implements NormalizedRandomGenerator
Random generator that generates normally distributed samples.
Since:
1.2
  • Constructor Summary

    Constructors 
    Constructor Description
    GaussianRandomGenerator​(UniformRandomProvider generator)
    Creates a new generator.
  • Method Summary

    Modifier and Type Method Description
    double nextNormalizedDouble()
    Generates a random scalar with zero mean and unit standard deviation.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait