pub fn gen_u64() -> u64
Expand description

Uses SecureRandom::fill to generate eight u8s, and then the u64 from those.