random_weibull_process

Function random_weibull_process 

Source
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.