Skip to main content

Module sys_random

Module sys_random 

Source
Expand description

sys/random.h implementation.

Non-POSIX, see https://www.man7.org/linux/man-pages/man2/getrandom.2.html.

Constants§

GRND_NONBLOCK
See https://www.man7.org/linux/man-pages/man2/getrandom.2.html.
GRND_RANDOM
See https://www.man7.org/linux/man-pages/man2/getrandom.2.html.

Functions§

getrandom
See https://www.man7.org/linux/man-pages/man2/getrandom.2.html.