Gaussian White Noise PtByPt (Not in Base Package)

Generates a Gaussian-distributed, pseudorandom pattern. Details

initialize, when TRUE, initializes the internal state of the VI.
standard deviation is the standard deviation of the Gaussian probability density function. The default is 1.0.
seed, when > 0, causes the VI to use the seed value to reseed the noise sample generator. The VI produces a deterministic random sequence. If seed is non-positive, the VI does not reseed the noise generator and resumes producing noise samples as a continuation of the previous set of noise samples, which is the default behavior.
Gaussian white noise is the set of points that contains Gaussian white noise.

Gaussian White Noise PtByPt Details

The statistical profile of the Gaussian-distributed, pseudorandom pattern is (µ,standard deviation) = (0,s), where s is the absolute value of the specified standard deviation.