Skip to main content

GRND_NONBLOCK

Constant GRND_NONBLOCK 

Source
pub const GRND_NONBLOCK: c_uint = 1;
Expand description

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

Do not block when requesting random bytes. Will set errno to EAGAIN if requested entropy is not available.