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

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

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