pub fn next_u64_via_u32<R: TryRng + ?Sized>( rng: &mut R, ) -> Result<u64, R::Error>
Generate a u64 using next_u32, little-endian order.
u64
next_u32