Registry / utility / random-fast-rng

random-fast-rng

JSON →
library0.1.1rscratesunverified

Rust library for Blazing fast non cryptographic random number generator

# Cargo.toml [dependencies] random-fast-rng = "0.1.1"
INSTALL
IMPORT
SIG · RANDOM-FAST-RNG
R
random-fast-rng
utilityrustv0.1.1
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.

FastRng
use random_fast_rng::FastRng;

Generate a random number using a fast non-cryptographic RNG.

use random_fast_rng::FastRng; fn main() { let mut rng = FastRng::new(); let value: u64 = rng.gen(); println!("Random value: {}", value); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
random-fast-rng — cargo add random-fast-rng · libregistry