GaussRand

 Generates a pseudo-random number from a standard Gaussian distribution (with zero mean and unit variance).

Syntax

GaussRand()
AleaGauss()

Remarks

The result of this function changes at random each time it is called.

This function's distribution is Gaussian (from negative infinity to positive infinity). For an even distribution, see Rand.

Example

GaussRand = a number between negative infinity and positive infinity

Classification

Maths