pub fn generate_cauchy_random<R: Rng + ?Sized>(
rng: &mut R,
scaling: f32,
dims: usize,
) -> Array1<f32>Expand description
Generates a zero-centered Cauchy random vector with the given scaling parameter and
the given number of dimensions.