Skip to main content

random_normal

Function random_normal 

Source
pub fn random_normal<R: Rng>(rng: &mut Random<R>, mean: f64, stddev: f64) -> f64
Expand description

Sample from a normal distribution with given mean and standard deviation