Noise Functions
The following functions return numbers from a pseudo-random distribution of the specified shapes and parameters. Except for enoise and gnoise where you have an option to select a random number generator, the remaining noise functions use a Mersenne Twister algorithm for the initial uniform pseudo-random distribution. Note that whenever you need repeatable results you should use SetRandomSeed prior to executing any of the noise functions.
| binomialNoise | Binomial distribution |
| enoise | Uniform distribution |
| expNoise | Exponential distribution |
| gammaNoise | Gamma distribution |
| gnoise | Gaussian distribution |
| HyperGNoise | Hypergeometric distribution |
| logNormalNoise | Lognormal distribution |
| poissonNoise | Poisson distribution |
| StatsVonMisesNoise | Von Mises distribution |
| WNoise | Two-parameter Weibull distribution |
Last updated: Wednesday, December 6, 2006