Function next_u32_via_fill

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

Implement next_u32 via fill_bytes, little-endian order.