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