pub fn ziggurat(rng: &mut ThreadRng, sigma: f64) -> f64Expand description
Gaussian random numbers using the Ziggurat Method
The code is based on a C implementation by Jochen Voss.
pub fn ziggurat(rng: &mut ThreadRng, sigma: f64) -> f64Gaussian random numbers using the Ziggurat Method
The code is based on a C implementation by Jochen Voss.