Function wasi::random::insecure::get_insecure_random_u64

source ยท
pub fn get_insecure_random_u64() -> u64
Expand description

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.