random_discrete_process_

Function random_discrete_process_ 

Source
pub fn random_discrete_process_(
    dpdf: Rc<Vec<(f64, f64)>>,
) -> impl Process<Item = ()> + Clone
Expand description

Hold the process for a random time interval from the specified discrete distribution.