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
lencryptographically-secure random or pseudo-random bytes. - get_
random_ u64 - Return a cryptographically-secure random or pseudo-random
u64value.