Registry / utility / oorandom

oorandom

JSON →
library11.1.5rscratesunverified

A tiny, robust PRNG implementation.

# Cargo.toml [dependencies] oorandom = "11.1.5"
INSTALL
IMPORT
SIG · OORANDOM
O
oorandom
utilityrustv11.1.5
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.

Rand32
use oorandom::Rand32;

Creates a 32-bit PRNG and generates a random u32.

use oorandom::Rand32; let mut rng = Rand32::new(42); let val = rng.rand_u32();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
11.1.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
oorandom — cargo add oorandom · libregistry