pub fn f32_normal(mu: f32, sigma: f32) -> f32
Expand description

Generate a 32-bit floating point number in the normal distribution with mean mu and standard deviation sigma.