Random.nextGaussian

Random.nextGaussian

Class Overview | Class Members | This Package | All Packages

Syntax
public synchronized double nextGaussian()
Returns
the next pseudorandom, Gaussian ("normally") distributed double value with mean 0.0 and standard deviation 1.0 from this random number generator's sequence.
Description
Returns the next pseudorandom, Gaussian ("normally") distributed double value with mean 0.0 and standard deviation 1.0 from this random number generator's sequence.