pub fn gaussian_ratio_method(r: &mut Rng, sigma: f64) -> f64
Expand description

This function computes a Gaussian random variate using the alternative Marsaglia-Tsang ziggurat and Kinderman-Monahan-Leva ratio methods. The Ziggurat algorithm is the fastest available algorithm in most cases.