Crates.io | rngcheck |
lib.rs | rngcheck |
version | 0.1.1 |
source | src |
created_at | 2023-07-01 01:49:18.875152 |
updated_at | 2023-07-01 01:51:11.384062 |
description | Helpers for checking random number generator operation |
homepage | |
repository | https://github.com/ryankurte/rngcheck |
max_upload_size | |
id | 905178 |
size | 11,377 |
Random number generator tests based on NIST 800-22 and Diehard / Dieharder, designed for function checks of RNGs at runtime (and in no_std
contexts).
Work in progress, only a couple of tests have been implemented and these may be incomplete.