pub fn random_standard_normal<R: Rng>(rng: &mut Random<R>) -> f64
Sample from a standard normal distribution (mean 0, std dev 1)