https://github.com/ph4r05/rtt-processor
RTT data processor, security margins paper
https://github.com/ph4r05/rtt-processor
dieharder nist python randomness-testing rtt testing-batteries u01
Last synced: 5 months ago
JSON representation
RTT data processor, security margins paper
- Host: GitHub
- URL: https://github.com/ph4r05/rtt-processor
- Owner: ph4r05
- Created: 2019-02-27T15:46:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:43:59.000Z (about 3 years ago)
- Last Synced: 2025-07-25T02:54:53.019Z (7 months ago)
- Topics: dieharder, nist, python, randomness-testing, rtt, testing-batteries, u01
- Language: Jupyter Notebook
- Homepage: https://rtt.ics.muni.cz/
- Size: 35.2 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## RTT result processor
[RTT](https://rtt.ics.muni.cz/) stands for Randomness Testing Toolkit, user-friendly tool for randomness testing.
It contains the following statistical batteries:
- NIST Statistical test suite battery
- Dieharder
- Test U01
This repository contains helper scripts for result data processing.
The MySQL connection library is:
https://github.com/PyMySQL/mysqlclient-python
```
pip install -U .
```