Skip to main content

walk

Function walk 

Source
pub fn walk<T>(start: ToStep<T>, steps: usize) -> Vec<T>
where T: Eq + Copy + Hash + Debug + Send + Sync,
Expand description

Walk the Markov chain for a fixed number of steps, returning the visited states.