Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.24 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.24 KB

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