gaussdev1
The gaussdev1 function returns one random number following a Gaussian probability density function, a value known as a "Gaussian Deviate". The related gaussdev function creates a table of Gaussian Deviates.
n = gaussdev1()
n = gaussdev1( nStdDev )
n = gaussdev1( nStdDev, nMean )
nStdDev is the standard deviation. If omitted, it is set to 1.0.
nMean is the mean value. If omitted, it is set to 0.0.
The Gaussian Deviate is returned as a number.
Mira Pro x64 Script User's Guide, v.8.73 Copyright Ⓒ 2024
Mirametrics, Inc. All Rights Reserved.