blob: ec4c11221c282b58a4dbe3a6945edb86524e3f7f [file] [log] [blame]
//! Random-related operations.
#[cfg(linux_kernel)]
mod getrandom;
#[cfg(linux_kernel)]
pub use getrandom::{getrandom, getrandom_uninit, GetRandomFlags};