Deterministic LevelDB-compatible Park–Miller pseudo-random number generator for tests and internal randomized decisions; small, fast, and non-cryptographic.
# Cargo.toml
[dependencies]
bitcoinleveldb-rand = "0.1.19"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a deterministic random number generator.
Use a cryptographic RNG like rand::rngs::OsRng for security.
No dependency data recorded yet.