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

pub fn random_weibull_process_(
    alpha: f64,
    beta: f64
) -> impl Process<Item = ()> + Clone
Expand description

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