crocs-muni / CryptoStreams

Tool for generation of data from cryptoprimitives (block and stream ciphers, hash functions). Cryptoprimitives are round-reduced and the data can be configured for multiple testing scenarios.
MIT License
13 stars 9 forks source link

Add PRNGs from TestU01 #31

Closed Bender250 closed 5 years ago

Bender250 commented 6 years ago

Migrated from https://github.com/crocs-muni/eacirc/issues/217

There are few interesting PRNGs (over 40) implemented in the TestU01 test suite. It can be also found on GitHub.

They can be used for testing or benchmarking of the baseline or directly for experiments. Moreover parameters can be tweaked so be obtain stronger or weaker PRNGs.

For example there are:

Some of they are little bit tricky to seed - one has to pick some parameters while the parameters domains differ and some are better than others (e.g., primes vs. smooth numbers). I personally used GFSR, TGFSR, TTGFSR generators which are easy to seed and it worked well.

We may also add TinyMersenneTwister with only 127 bit state - recommended for small embedded devices.

Bender250 commented 5 years ago

https://github.com/crocs-muni/CryptoStreams/commit/7ed6eb5898d75389eee7f5afb7595a304f17514c