pub fn pseudo_normals(n: usize, seed: u64) -> Vec<f64>
n seeded pseudo-random standard normals with antithetic pairing and moment matching (mean 0, variance 1 exactly). Deterministic per seed.
n