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;