pub fn random_exponential_process(mu: f64) -> impl Process<Item = f64> + Clone
Hold the process for an exponential random time interval with the specified mean.