[go: up one dir, main page]

Module random

Module random 

Source
Expand description

WASI Random is a random data API.

It is intended to be portable at least between Unix-family platforms and Windows.

Functionsยง

get_random_bytes
Return len cryptographically-secure random or pseudo-random bytes.
get_random_u64
Return a cryptographically-secure random or pseudo-random u64 value.