Searched refs:choose_multiple_fill (Results 1 – 1 of 1) sorted by relevance
426 fn choose_multiple_fill<R>(mut self, rng: &mut R, buf: &mut [Self::Item]) -> usize in choose_multiple_fill() method1213 assert_eq!(iter.choose_multiple_fill(&mut rng, &mut buf), v.len()); in value_stability_choose_multiple()