pub fn noise<T: SignalType>(length: usize, amplitude: f64) -> Signal<T>Expand description
Create a signal with random noise
Generates uniformly distributed random noise in the range [-amplitude, amplitude]. Uses a thread-local random number generator for efficiency.