On 4/6/24 4:33 PM, Lucas Thode wrote:
...
$ ./dieharder/dieharder -d 209 -n 17 -p 1
#=============================================================================#
#            dieharder version 3.31.1 Copyright 2003 Robert G. Brown          #
#=============================================================================#
    rng_name    |rands/second|   Seed   |
         mt19937|  1.75e+08  |2063877943|
#=============================================================================#
         test_name   |ntup| tsamples |psamples|  p-value |Assessment
#=============================================================================#
         dab_monobit2|  17|  65000000|       1|1.00000000|  FAILED

This should not be possible.

Are you sure you run the patched version with patched libdieharder (and not one 
from system)?
You can avoid it by "./configure --disable-shared" to force static link.

This is what I get from current code
(https://github.com/eddelbuettel/dieharder):

./dieharder/dieharder -d 209 -n 17 -p 1
Error:  Can only use ntup up to 15.
        Read test description with dieharder -d 209 -h.

Milan

Reply via email to