/rngvalidator

This script aims to verify the quality of random number generators.

Primary LanguagePythonMIT LicenseMIT

RNGvalidator

This script aims to verify the quality of random number generators. Statistical tests from the BSI (AIS31) and NIST (SP800-22) are used.

Dependencies

The following python modules are needed.

sudo python3 -m pip install pysimplegui mpmath scipy numpy

Usage

./gui.sh

References

BSI :

NIST:

Contributors