Module rand

Available on crate feature dep_rustix only.
Expand description

Random-related operations.

Structs§

GetRandomFlags
GRND_* flags for use with getrandom.

Functions§

getrandom
getrandom(buf, flags)—Reads a sequence of random bytes.
getrandom_uninit
getrandom(buf, flags)—Reads a sequence of random bytes.