RandNormal ( mean ; stdDev )
Generates a random number drawn from a normal (Gaussian) distribution with a given mean and standard deviation.
Average rating: 4.2 (40 votes) Log in to vote
Michael Horak - Show more from this author
*COMMENT Visual Realisation |
RandNormal ( 0 ; 1 )
RandNormal ( 0 ; 1 )
.0001790309728755547
3.326775098525
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Generates a random number drawn from a normal (Gaussian) distribution with a given mean and standard deviation, using the Box-Muller algorithm. A new random number is generated every time the formula is evaluated.
To draw a number from the "standard" normal distribution, use the values of 0 for mean and 1 for stdDev.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.