Function wasi::random::random::get_random_u64

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

Return a cryptographically-secure random or pseudo-random u64 value.

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