Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Docs.rs
rustix-1.1.2
rustix 1.1.2
Permalink
Docs.rs crate page
Apache-2.0
WITH LLVM-exception OR
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
sunfishcode
Dependencies
bitflags ^2.4.0
normal
rustc-std-workspace-core ^1.0.0
normal
optional
rustc-std-workspace-alloc ^1.0.0
normal
optional
flate2 ^1.0
dev
libc ^0.2.171
dev
errno ^0.3.10
dev
memoffset ^0.9.0
dev
serial_test ^2.0.0
dev
static_assertions ^1.1.0
dev
tempfile ^3.5.0
dev
linux-raw-sys ^0.11.0
normal
criterion ^0.4
dev
libc ^0.2.171
normal
optional
errno ^0.3.10
normal
optional
linux-raw-sys ^0.11.0
normal
libc ^0.2.171
normal
errno ^0.3.10
normal
errno ^0.3.10
normal
=0.52, <0.62" class="pure-menu-link"> windows-sys >=0.52, <0.62
normal
once_cell ^1.20.3
dev
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
wasm32-unknown-emscripten
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-illumos
x86_64-unknown-linux-gnu
x86_64-unknown-netbsd
x86_64-unknown-redox
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module rand
rustix
1.1.2
Module rand
Module Items
Structs
Functions
In crate rustix
rustix
Module
rand
Copy item path
Source
Available on
crate feature
rand
only.
Expand description
Random-related operations.
Structs
§
GetRandom
Flags
GRND_*
flags for use with
getrandom
.
Functions
§
getrandom
getrandom(buf, flags)
—Reads a sequence of random bytes.