Home
last modified time | relevance | path

Searched refs:next_u32_via_fill (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/rand_core/src/
Dos.rs54 impls::next_u32_via_fill(self) in next_u32()
Dimpls.rs136 pub fn next_u32_via_fill<R: RngCore + ?Sized>(rng: &mut R) -> u32 { in next_u32_via_fill() function
/external/rust/crates/rand/src/rngs/adapter/
Dread.rs60 impls::next_u32_via_fill(self) in next_u32()
/external/rust/crates/rand_core/
DCHANGELOG.md23 - Fix: `next_u32_via_fill` and `next_u64_via_fill` now use LE as documented (#1061)