Function

get-insecure-random-u64

Return an insecure pseudo-random u64 value.

This function returns the same type of pseudo-random data as get-insecure-random-bytes, represented as a u64.

get-insecure-random-u64: func() -> u64;