pub fn random_normal(mean: f64, std: f64) -> f64
Returns a random sample from a given normal distribution.