Module rand
Available on crate feature
dep_rustix
only.Expand description
Random-related operations.
Structs§
- GetRandom
Flags GRND_*
flags for use withgetrandom
.
Functions§
- getrandom
getrandom(buf, flags)
—Reads a sequence of random bytes.- getrandom_
uninit getrandom(buf, flags)
—Reads a sequence of random bytes.