Sha256: bd6839924ebfb7092f27f2ad42323768f39f76df157e7b8aa42f5bc17f700c9c

Contents?: true

Size: 208 Bytes

Versions: 3

Compression:

Stored size: 208 Bytes

Contents

//! Random-related operations.

#[cfg(any(target_os = "android", target_os = "linux"))]
mod getrandom;

#[cfg(any(target_os = "android", target_os = "linux"))]
pub use getrandom::{getrandom, GetRandomFlags};

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wasmtime-9.0.1 ./ext/cargo-vendor/rustix-0.37.19/src/rand/mod.rs
wasmtime-8.0.0 ./ext/cargo-vendor/rustix-0.37.13/src/rand/mod.rs
wasmtime-7.0.0 ./ext/cargo-vendor/rustix-0.37.5/src/rand/mod.rs