rurban / dieharder

A fixed version of Robert G. Brown's "dieharder" tests for random number generators.
Other
10 stars 4 forks source link

more dh rng's #5

Closed rurban closed 3 years ago

rurban commented 3 years ago

e.g. from https://bashtage.github.io/randomgen/new-or-different.html

TODO:

FIXME:

Done: ✓ jsf, jsf64 ✓ PCG32 ✓ PCG64 ✓ efiix64 ✓ hc-128 ✓ lxm ✓ romutrio ✓ romuquad

I also try to add them to gsl, see https://github.com/rurban/gsl Some of them need SIMD support. Take that from randomgen. (cpu_features.c)

rurban commented 3 years ago

All added, but SFMT with dSFMT