Function rand

Source
pub fn rand<T: Clone, S: SliceSubset<T> + ?Sized>() -> impl FnMut(&mut S) -> Cow<'_, T>
Available on crate feature percentile-rand only.