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