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

https://github.com/pscheidl/randtest-rust

Random number generator testing suite
https://github.com/pscheidl/randtest-rust

Last synced: 2 months ago
JSON representation

Random number generator testing suite

Awesome Lists containing this project

README

          

RANDTEST
========
## About
A __Rust__ library / testing suite for random number generators.

Supported tests
- Extreme points test
- Test of differences
- Kolmogorov-Smirnov (against uniform distribution)

## License
Lincensed under [GNU GPL v3 license](http://www.gnu.org/copyleft/gpl.html).