Skip to main content

resample

Function resample 

Source
pub fn resample<T: Clone, R: Rng>(x: &[T], n: usize, rng: &mut R) -> Vec<T>