rng-entropy 0.5.0

A pure-Rust statistical test suite for pseudorandom number generators (NIST SP 800-22, DIEHARD, DIEHARDER).
Documentation
1
2
3
4
5
6
7
8
9
//! Research-grade tests and analyses drawn from the bibliography in `BIB.md`.

pub mod approx_entropy;
pub mod knuth;
pub mod marsaglia_tsang;
pub mod practrand_fpf;
pub mod testu01_hamming;
pub mod testu01_lz;
pub mod webster_tavares;