Function next_u64_via_fill

fn next_u64_via_fill<R: RngCore + ?Sized>(rng: &mut R) -> u64

Implement next_u64 via fill_bytes, little-endian order.