pub fn next_u32_via_fill<R: RngCore + ?Sized>(rng: &mut R) -> u32
Implement next_u32 via fill_bytes, little-endian order.
next_u32
fill_bytes