Registry / utility / random-number

random-number

JSON →
library0.1.9rscratesunverified

Generate random numbers quickly.

# Cargo.toml [dependencies] random-number = "0.1.9"
INSTALL
IMPORT
SIG · RANDOM-NUMBER
R
random-number
utilityrustv0.1.9
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.

random
use random_number::random;

Generate a random u32 number.

use random_number::random; let num: u32 = random!(); println!("{}", num);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.9latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
random-number — cargo add random-number · libregistry