RANDNORM function
Description
Random number function (normal distribution). The function RANDNORM(m,s) returns a random number from a Normal distribution with mean m and standard deviation s.
Example
RANDNORM(10,2) returns a random number drawn from a Normal distribution with mean 10 and standard deviation 2.