pub fn sample_gamma(rng: &mut Xoshiro256, shape: f64, scale: f64) -> f64Expand description
Sample from Gamma(shape, scale) using Marsaglia-Tsang method.
pub fn sample_gamma(rng: &mut Xoshiro256, shape: f64, scale: f64) -> f64Sample from Gamma(shape, scale) using Marsaglia-Tsang method.