pub fn random_exponential_array<D: Dimension>( shape: D, lambda: f64, rng: &mut Random<impl Rng>, ) -> Array<f64, D>
Generate a random array with exponential distribution