xref: /third_party/rust/crates/rustix/src/rand/mod.rs
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/rustix/src/rand/
1b8a62b91Sopenharmony_ci//! Random-related operations.
2b8a62b91Sopenharmony_ci
3b8a62b91Sopenharmony_ci#[cfg(any(linux_raw, all(libc, target_os = "linux")))]
4b8a62b91Sopenharmony_cimod getrandom;
5b8a62b91Sopenharmony_ci
6b8a62b91Sopenharmony_ci#[cfg(any(linux_raw, all(libc, target_os = "linux")))]
7b8a62b91Sopenharmony_cipub use getrandom::{getrandom, GetRandomFlags};
8

Indexes created Thu Nov 07 10:32:03 CST 2024