Function dvcompute::simulation::process::random::random_exponential_process[][src]

pub fn random_exponential_process(mu: f64) -> impl Process<Item = f64> + Clone
Expand description

Hold the process for an exponential random time interval with the specified mean.