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

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

Hold the process for a Poisson random time interval with the specified mean.