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