Function dvcompute::simulation::parameter::random::random_exponential_parameter[][src]

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).