| Current Path : /usr/local/src/clamav-1.0.9/libclamav_rust/.cargo/vendor/rustix/src/rand/ |
| Current File : //usr/local/src/clamav-1.0.9/libclamav_rust/.cargo/vendor/rustix/src/rand/mod.rs |
//! 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};