Skip to main content

pseudo_normals

Function pseudo_normals 

Source
pub fn pseudo_normals(n: usize, seed: u64) -> Vec<f64>
Expand description

n seeded pseudo-random standard normals with antithetic pairing and moment matching (mean 0, variance 1 exactly). Deterministic per seed.