Skip to main content

Module rand

Module rand 

Source
Available on crate feature rand only.
Expand description

Random-related operations.

Structs§

GetRandomFlagslinux_kernel
GRND_* flags for use with getrandom.

Functions§

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