Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
27bf8216a
/
.
/
crates
/
rustix
/
src
/
rand
/
mod.rs
blob: e767c590d29a03870ecdc407e0dd484dccce23dc [
file
] [
log
] [
blame
]
//! Random-related operations.
#[
cfg
(
linux_kernel
)]
mod
getrandom
;
#[
cfg
(
linux_kernel
)]
pub
use
getrandom
::{
getrandom
,
GetRandomFlags
};