pub fn sample_many<T: Clone>(items: &[T], count: usize) -> Vec<T>
Sample multiple random elements from a slice (with replacement)