pub fn random_erlang_process( scale: f64, shape: isize, ) -> impl Process<Item = f64> + Clone
Hold the process for an Erlang random time interval with the specified scale (the reciprocal of the rate) and integer shape.