Searched refs:IteratorRandom (Results 1 – 4 of 4) sorted by relevance
30 #[doc(no_inline)] pub use crate::seq::{IteratorRandom, SliceRandom};
14 [`IteratorRandom`](https://docs.rs/rand/*/rand/seq/trait.IteratorRandom.html) traits
47 - Add `IteratorRandom::choose_stable` as an alternative to `choose` which does49 - Improve accuracy and performance of `IteratorRandom::choose` (#1059)248 - Use `Iterator::size_hint()` to speed up `IteratorRandom::choose` (#593)
288 pub trait IteratorRandom: Iterator + Sized { trait615 impl<I> IteratorRandom for I where I: Iterator + Sized {}