random_exponential_process

Function random_exponential_process 

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