GaussianRandom

class GaussianRandom(random: Random)

Constructors

Link copied to clipboard
constructor(random: Random)

Functions

Link copied to clipboard

Returns the next pseudorandom, Gaussian ("normally") distributed {@code double} value with mean {@code 0.0} and standard deviation {@code 1.0} from this random number generator's sequence.