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

pub fn random_gamma_process_(
    kappa: f64,
    theta: f64
) -> impl Process<Item = ()> + Clone
Expand description

Hold the process for a random time interval from the Gamma distribution.