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