Registry / utility / tinyrand-std

tinyrand-std

JSON →
library0.5.0rscratesunverified

Extensions for using tinyrand with std.

# Cargo.toml [dependencies] tinyrand-std = "0.5.0"
INSTALL
IMPORT
SIG · TINYRAND-STD
T
tinyrand-std
utilityrustv0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

StdRng
use tinyrand_std::StdRng;

Generate a random u64 using StdRng.

use tinyrand_std::StdRng; fn main() { let mut rng = StdRng::new(); let val = rng.next_u64(); println!("Random u64: {}", val); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
tinyrand-std — cargo add tinyrand-std · libregistry