An open API service indexing awesome lists of open source software.

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

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 .
```