pub fn f64_normal_approx(mu: f64, sigma: f64) -> f64
Expand description

Generate a 64-bit floating point number in the normal distribution with mean mu and standard deviation sigma using an approximation algorithm.