nrandom(mean, stddev)

Generate a normally distributed random number given a mean and standard deviation value.

Example

num = nrandom( 1000, 100 )