Docs.rs
commonware-utils-2026.7.0
commonware-utils 2026.7.0
Docs.rs crate page
MIT
OR
Apache-2.0
15 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
patrick-ogrady
Dependencies
ahash ^0.8.12
normal
arbitrary ^1.4.1
normal
optional
bytes ^1.7.1
normal
cfg-if ^1.0.0
normal
commonware-codec ^2026.7.0
normal
commonware-formatting ^2026.7.0
normal
commonware-macros ^2026.7.0
normal
futures ^0.3.31
normal
optional
hashbrown ^0.16.1
normal
num-bigint ^0.4.6
normal
optional
num-integer ^0.1.46
normal
optional
num-rational ^0.4.2
normal
optional
num-traits ^0.2.19
normal
parking_lot ^0.12.5
normal
optional
pin-project ^1.1.10
normal
rand ^0.10.2
normal
thiserror ^2.0.12
normal
tokio ^1.50.0
normal
optional
tracing ^0.1.41
normal
optional
zeroize ^1.5.7
normal
arbitrary ^1.4.1
dev
commonware-conformance ^2026.7.0
dev
commonware-invariants ^2026.7.0
dev
commonware-macros ^2026.7.0
dev
criterion ^0.7.0
dev
num-bigint ^0.4.6
dev
proptest ^1.11.0
dev
roaring ^0.10.12
dev
rstest ^0.26.1
dev
getrandom ^0.4.3
normal
getrandom ^0.2
normal
getrandom ^0.3
normal
Versions
91.83%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module rng
commonware_
utils
2026.7.0
Module rng
Module Items
Structs
Functions
In crate commonware_
utils
commonware_utils
Module
rng
Copy item path
Source
Expand description
Utilities for random number generation.
Structs
§
FuzzRng
An RNG that expands a fuzzer byte slice into an infinite deterministic stream.
TestRng
A deterministic RNG for testing.
Functions
§
mix64
Applies a SplitMix64-style finalizer to a deterministic input word.
sys_rng
Returns an infallible handle to the operating system’s entropy source.
test_
rng
Returns a seeded RNG for deterministic testing.