pub fn standard_gaussian_noise<T: SignalType>(length: usize) -> Signal<T>Expand description
Create a signal with standard Gaussian noise (mean=0, std_dev=1)
This is optimized for the common case of standard normal distribution.
pub fn standard_gaussian_noise<T: SignalType>(length: usize) -> Signal<T>Create a signal with standard Gaussian noise (mean=0, std_dev=1)
This is optimized for the common case of standard normal distribution.