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.
pub const GRND_NONBLOCK: c_uint = 1;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.