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