pub fn random_discrete_process_( dpdf: Rc<Vec<(f64, f64)>>, ) -> impl Process<Item = ()> + Clone
Hold the process for a random time interval from the specified discrete distribution.