pub fn get_insecure_random_u64() -> u64
Return an insecure pseudo-random u64 value.
u64
This function returns the same type of pseudo-random data as get-insecure-random-bytes, represented as a u64.
get-insecure-random-bytes