pub const GRND_RANDOM: c_uint = 2;Expand description
See https://www.man7.org/linux/man-pages/man2/getrandom.2.html.
If this bit is set, then random bytes are drawn from the random source
instead of the urandom source.
pub const GRND_RANDOM: c_uint = 2;See https://www.man7.org/linux/man-pages/man2/getrandom.2.html.
If this bit is set, then random bytes are drawn from the random source
instead of the urandom source.