Skip to main content

sample_gaussian_3d

Function sample_gaussian_3d 

Source
pub fn sample_gaussian_3d(rng: &mut Lcg, sigma: f64) -> [f64; 3]
Expand description

Sample a 3-D Gaussian vector with zero mean and isotropic standard deviation sigma.