generates white and normal distributed random numbers. More...
#include <noisegenerator.h>
Inherits NoiseGenerator.
Inherited by ColorNormalNoise.
Public Member Functions | |
WhiteNormalNoise () | |
virtual | ~WhiteNormalNoise () |
virtual double | generate () |
generate somehow distributed random number parameterized with min and max. |
generates white and normal distributed random numbers.
p1: mean, p2: standard deviation new parameter definition: p1: min, p2: max. the mean and standard deviation are calculated by this values
WhiteNormalNoise | ( | ) | [inline] |
virtual ~WhiteNormalNoise | ( | ) | [inline, virtual] |
virtual double generate | ( | ) | [inline, virtual] |
generate somehow distributed random number parameterized with min and max.
valid only for ONE random number, use add() for adding this kind of noise to several channels
Implements NoiseGenerator.
Reimplemented in ColorNormalNoise.