pub fn u64() -> Result<u64, Error>
Get random u64 from the system’s preferred random number source.
u64
let rng_seed = getrandom::u64()?;