Registry / crypto / rand-isaac

rand-isaac

JSON →
library0.5.1rscratesunverified

ISAAC random number generator implementation for the rand crate.

# Cargo.toml [dependencies] rand_isaac = "0.5.1"
INSTALL
IMPORT
SIG · RAND-ISAAC
R
rand-isaac
cryptorustv0.5.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.

IsaacRng
use rand_isaac::IsaacRng;

Creates an ISAAC random number generator and generates a random u32.

use rand_isaac::IsaacRng; use rand::Rng; let mut rng = IsaacRng::from_entropy(); let n: u32 = rng.gen(); println!("Random number: {}", n);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Amazon
1
Resources
rand-isaac — cargo add rand-isaac · libregistry