random_triangular_process_

Function random_triangular_process_ 

Source
pub fn random_triangular_process_(
    min: f64,
    median: f64,
    max: f64,
) -> impl Process<Item = ()> + Clone
Expand description

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