Module rustix::rand

source · []
Expand description

Random-related operations.

Structs

GRND_* flags for use with getrandom.

Functions

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