pub fn random_exponential_parameter( mu: f64, ) -> impl Parameter<Item = f64> + Clone
Computation that returns a new exponential random number with the specified mean (the reciprocal of the rate).