logNormalNoise
logNormalNoise (m,s)
The logNormalNoise function returns a pseudo-random value from the lognormal distribution function whose probability distribution function is
with a mean
and variance
The random number generator initializes using the system clock when Igor Pro starts. This almost guarantees that you will never repeat a sequence. For repeatable "random" numbers, use SetRandomSeed. The algorithm uses the Mersenne Twister random number generator.