pub fn noise_with_seed<T: SignalType>(
length: usize,
amplitude: f64,
seed: u64,
) -> Signal<T>Expand description
Create a signal with random noise using a specific seed
Generates reproducible uniformly distributed random noise. Useful for testing and reproducible experiments.