pub fn random_triangular_process_( min: f64, median: f64, max: f64, ) -> impl Process<Item = ()> + Clone
Hold the process for a random time interval from the triangular distribution.