/usr/include/dieharder/dab_monobit2.h is in libdieharder-dev 3.31.1-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | /*
* dab_monobit2 test header.
*/
/*
* function prototype
*/
int dab_monobit2(Test **test,int irun);
static Dtest dab_monobit2_dtest __attribute__((unused)) = {
"DAB Monobit 2 Test",
"dab_monobit2",
"\
#==================================================================\n\
# DAB Monobit 2 Test\n\
# Block-monobit test.\n\
# Since we don't know what block size to use, try multiple block\n\
# sizes. In particular, try all block sizes of 2^k words, where\n\
# k={0..n}. The value of n is calculated from the word size of the\n\
# generator and the sample size used, and is shown as ntuple.\n\
#==================================================================\n",
1,
65000000,
1,
dab_monobit2,
0
};
|