pub fn next_u32_via_fill<R: RngCore + ?Sized>(rng: &mut R) -> u32
Expand description

Implement next_u32 via fill_bytes, little-endian order.