blob: b8a1320a86c0d4a73e6deaadfcbc5f82c0118fc5 [file] [log] [blame]
//! Random-related operations.
#[cfg(any(linux_raw, all(libc, target_os = "linux")))]
mod getrandom;
#[cfg(any(linux_raw, all(libc, target_os = "linux")))]
pub use getrandom::{getrandom, GetRandomFlags};