rurban / dieharder

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

test weakness: practrand correctly blames dieharder for false-positives and bad tests #10

Open rurban opened 3 years ago

rurban commented 3 years ago

See https://github.com/rurban/PractRand/blob/master/doc/PractRand.txt#L137

Dieharder - http://www.phy.duke.edu/~rgb/General/dieharder.php
    quality: bad
    presentation: decent
    open source: viral (GPL)
    multithreaded: no? (don't remember)
    Pretty bad at the moment, but some parts show the potential 
    to be very good with a little more work.  
    The command line interface can be very convenient for 
    scripting.  
    I was unable to build it on win32.  
    The default test set is particularly awful.  
    Several tests have false-positive issues.

In detail compare to the TestU01 and practrand results: https://github.com/lemire/testingRNG/#testu01-results

I did fix the Windows problems, practrand can only be compiled under windows (e.g. due to wrong include casing).

rurban commented 3 years ago