random_exponential_parameter

Function random_exponential_parameter 

Source
pub fn random_exponential_parameter(
    mu: f64,
) -> impl Parameter<Item = f64> + Clone
Expand description

Computation that returns a new exponential random number with the specified mean (the reciprocal of the rate).