TestU01/BigCrush #
TestU01 is a software library, implemented in the ANSI C language, that offers a collection of utilities for the empirical randomness testing of random number generators (RNGs). The library was first introduced in 2007 by Pierre L’Ecuyer and Richard Simard of the Université de Montréal.
TESTU01 offers several batteries of tests including “Small Crush” (which consists of 10 tests), “Crush” (96 tests), and “Big Crush” (106 tests). The specific tests applied by each battery are detailed in the user’s guide.
References #
Collecting Data from STDIN #
TestU01 comes as a library, the following program accepts 32 bit
random data from stdin and executes bbattery_BigCrush(gen);
:
|
|
Starting the Test #
The program above has been linked with the TestU01 library and named bigcrush
.
The test has been started as follows (with a signed true random material
file):
$ axpad rng -m random.material | bigcrush
The Summary #
========= Summary results of BigCrush =========
Version: TestU01 1.2.3
Generator: STDIN32
Number of statistics: 160
Total CPU time: 03:57:31.39
All tests were passed
The full Test Results #
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Starting BigCrush
Version: TestU01 1.2.3
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
***********************************************************
Test smarsa_SerialOver calling smultin_MultinomialOver
***********************************************************
HOST = macos, Darwin
STDIN32
smultin_MultinomialOver test:
-----------------------------------------------
N = 1, n = 1000000000, r = 0, d = 256, t = 3,
Sparse = FALSE
GenerCell = smultin_GenerCellSerial
Number of cells = d^t = 16777216
Expected number per cell = 59.604645
Hashing = FALSE
For Delta > -1, we use the ChiSquare approximation
Correction factor of the ChiSquare:
Delta = 1, Mu = 0.0083558402, Sigma = 1
-----------------------------------------------
Test Results for Delta = 1.0000
Number of degrees of freedom : 16711680
Value of the statistic : 1.67e+7
p-value of test : 0.69
-----------------------------------------------
CPU time used : 00:01:14.09
Generator state:
***********************************************************
Test smarsa_SerialOver calling smultin_MultinomialOver
***********************************************************
HOST = macos, Darwin
STDIN32
smultin_MultinomialOver test:
-----------------------------------------------
N = 1, n = 1000000000, r = 22, d = 256, t = 3,
Sparse = FALSE
GenerCell = smultin_GenerCellSerial
Number of cells = d^t = 16777216
Expected number per cell = 59.604645
Hashing = FALSE
For Delta > -1, we use the ChiSquare approximation
Correction factor of the ChiSquare:
Delta = 1, Mu = 0.0083558402, Sigma = 1
-----------------------------------------------
Test Results for Delta = 1.0000
Number of degrees of freedom : 16711680
Value of the statistic : 1.67e+7
p-value of test : 0.11
-----------------------------------------------
CPU time used : 00:01:18.15
Generator state:
***********************************************************
Test smarsa_CollisionOver calling smultin_MultinomialOver
***********************************************************
HOST = macos, Darwin
STDIN32
smultin_MultinomialOver test:
-----------------------------------------------
N = 30, n = 20000000, r = 0, d = 2097152, t = 2,
Sparse = TRUE
GenerCell = smultin_GenerCellSerial
Number of cells = d^t = 4398046511104
Expected number per cell = 1 / 219902.33
EColl = n^2 / (2k) = 45.47473509
Hashing = TRUE
Collision test
CollisionOver: density = n / k = 1 / 219902.33
Expected number of collisions = Mu = 45.47
-----------------------------------------------
Results of CollisionOver test:
POISSON approximation :
Expected number of collisions = N*Mu : 1364.24
Observed number of collisions : 1386
p-value of test : 0.28
-----------------------------
Total number of cells containing j balls
j = 0 : 131940795334506
j = 1 : 599997228
j = 2 : 1386
j = 3 : 0
j = 4 : 0
j = 5 : 0
-----------------------------------------------
CPU time used : 00:04:23.35
Generator state:
***********************************************************
Test smarsa_CollisionOver calling smultin_MultinomialOver
***********************************************************
HOST = macos, Darwin
STDIN32
smultin_MultinomialOver test:
-----------------------------------------------
N = 30, n = 20000000, r = 9, d = 2097152, t = 2,
Sparse = TRUE
GenerCell = smultin_GenerCellSerial
Number of cells = d^t = 4398046511104
Expected number per cell = 1 / 219902.33
EColl = n^2 / (2k) = 45.47473509
Hashing = TRUE
Collision test
CollisionOver: density = n / k = 1 / 219902.33
Expected number of collisions = Mu = 45.47
-----------------------------------------------
Results of CollisionOver test:
POISSON approximation :
Expected number of collisions = N*Mu : 1364.24
Observed number of collisions : 1339
p-value of test : 0.75
-----------------------------
Total number of cells containing j balls
j = 0 : 131940795334459
j = 1 : 599997322
j = 2 : 1339
j = 3 : 0
j = 4 : 0
j = 5 : 0
-----------------------------------------------
CPU time used : 00:04:20.00
Generator state:
***********************************************************
Test smarsa_CollisionOver calling smultin_MultinomialOver
***********************************************************
HOST = macos, Darwin
STDIN32
smultin_MultinomialOver test:
-----------------------------------------------
N = 30, n = 20000000, r = 0, d = 16384, t = 3,
Sparse = TRUE
GenerCell = smultin_GenerCellSerial
Number of cells = d^t = 4398046511104
Expected number per cell = 1 / 219902.33
EColl = n^2 / (2k) = 45.47473509
Hashing = TRUE
Collision test
CollisionOver: density = n / k = 1 / 219902.33
Expected number of collisions = Mu = 45.47
-----------------------------------------------
Results of CollisionOver test:
POISSON approximation :
Expected number of collisions = N*Mu : 1364.24
Observed number of collisions : 1343
p-value of test : 0.71
-----------------------------
Total number of cells containing j balls
j = 0 : 131940795334463
j = 1 : 599997314
j = 2 : 1343
j = 3 : 0
j = 4 : 0
j = 5 : 0
-----------------------------------------------
CPU time used : 00:05:15.04
Generator state:
***********************************************************
Test smarsa_CollisionOver calling smultin_MultinomialOver
***********************************************************
HOST = macos, Darwin
STDIN32
smultin_MultinomialOver test:
-----------------------------------------------
N = 30, n = 20000000, r = 16, d = 16384, t = 3,
Sparse = TRUE
GenerCell = smultin_GenerCellSerial
Number of cells = d^t = 4398046511104
Expected number per cell = 1 / 219902.33
EColl = n^2 / (2k) = 45.47473509
Hashing = TRUE
Collision test
CollisionOver: density = n / k = 1 / 219902.33
Expected number of collisions = Mu = 45.47
-----------------------------------------------
Results of CollisionOver test:
POISSON approximation :
Expected number of collisions = N*Mu : 1364.24
Observed number of collisions : 1357
p-value of test : 0.57
-----------------------------
Total number of cells containing j balls
j = 0 : 131940795334477
j = 1 : 599997286
j = 2 : 1357
j = 3 : 0
j = 4 : 0
j = 5 : 0
-----------------------------------------------
CPU time used : 00:05:04.27
Generator state:
***********************************************************
Test smarsa_CollisionOver calling smultin_MultinomialOver
***********************************************************
HOST = macos, Darwin
STDIN32
smultin_MultinomialOver test:
-----------------------------------------------
N = 30, n = 20000000, r = 0, d = 64, t = 7,
Sparse = TRUE
GenerCell = smultin_GenerCellSerial
Number of cells = d^t = 4398046511104
Expected number per cell = 1 / 219902.33
EColl = n^2 / (2k) = 45.47473509
Hashing = TRUE
Collision test
CollisionOver: density = n / k = 1 / 219902.33
Expected number of collisions = Mu = 45.47
-----------------------------------------------
Results of CollisionOver test:
POISSON approximation :
Expected number of collisions = N*Mu : 1364.24
Observed number of collisions : 1365
p-value of test : 0.50
-----------------------------
Total number of cells containing j balls
j = 0 : 131940795334485
j = 1 : 599997270
j = 2 : 1365
j = 3 : 0
j = 4 : 0
j = 5 : 0
-----------------------------------------------
CPU time used : 00:05:15.99
Generator state:
***********************************************************
Test smarsa_CollisionOver calling smultin_MultinomialOver
***********************************************************
HOST = macos, Darwin
STDIN32
smultin_MultinomialOver test:
-----------------------------------------------
N = 30, n = 20000000, r = 24, d = 64, t = 7,
Sparse = TRUE
GenerCell = smultin_GenerCellSerial
Number of cells = d^t = 4398046511104
Expected number per cell = 1 / 219902.33
EColl = n^2 / (2k) = 45.47473509
Hashing = TRUE
Collision test
CollisionOver: density = n / k = 1 / 219902.33
Expected number of collisions = Mu = 45.47
-----------------------------------------------
Results of CollisionOver test:
POISSON approximation :
Expected number of collisions = N*Mu : 1364.24
Observed number of collisions : 1423
p-value of test : 0.06
-----------------------------
Total number of cells containing j balls
j = 0 : 131940795334543
j = 1 : 599997154
j = 2 : 1423
j = 3 : 0
j = 4 : 0
j = 5 : 0
-----------------------------------------------
CPU time used : 00:05:10.41
Generator state:
***********************************************************
Test smarsa_CollisionOver calling smultin_MultinomialOver
***********************************************************
HOST = macos, Darwin
STDIN32
smultin_MultinomialOver test:
-----------------------------------------------
N = 30, n = 20000000, r = 0, d = 8, t = 14,
Sparse = TRUE
GenerCell = smultin_GenerCellSerial
Number of cells = d^t = 4398046511104
Expected number per cell = 1 / 219902.33
EColl = n^2 / (2k) = 45.47473509
Hashing = TRUE
Collision test
CollisionOver: density = n / k = 1 / 219902.33
Expected number of collisions = Mu = 45.47
-----------------------------------------------
Results of CollisionOver test:
POISSON approximation :
Expected number of collisions = N*Mu : 1364.24
Observed number of collisions : 1443
p-value of test : 0.02
-----------------------------
Total number of cells containing j balls
j = 0 : 131940795334563
j = 1 : 599997114
j = 2 : 1443
j = 3 : 0
j = 4 : 0
j = 5 : 0
-----------------------------------------------
CPU time used : 00:05:18.23
Generator state:
***********************************************************
Test smarsa_CollisionOver calling smultin_MultinomialOver
***********************************************************
HOST = macos, Darwin
STDIN32
smultin_MultinomialOver test:
-----------------------------------------------
N = 30, n = 20000000, r = 27, d = 8, t = 14,
Sparse = TRUE
GenerCell = smultin_GenerCellSerial
Number of cells = d^t = 4398046511104
Expected number per cell = 1 / 219902.33
EColl = n^2 / (2k) = 45.47473509
Hashing = TRUE
Collision test
CollisionOver: density = n / k = 1 / 219902.33
Expected number of collisions = Mu = 45.47
-----------------------------------------------
Results of CollisionOver test:
POISSON approximation :
Expected number of collisions = N*Mu : 1364.24
Observed number of collisions : 1377
p-value of test : 0.37
-----------------------------
Total number of cells containing j balls
j = 0 : 131940795334497
j = 1 : 599997246
j = 2 : 1377
j = 3 : 0
j = 4 : 0
j = 5 : 0
-----------------------------------------------
CPU time used : 00:05:07.80
Generator state:
***********************************************************
Test smarsa_CollisionOver calling smultin_MultinomialOver
***********************************************************
HOST = macos, Darwin
STDIN32
smultin_MultinomialOver test:
-----------------------------------------------
N = 30, n = 20000000, r = 0, d = 4, t = 21,
Sparse = TRUE
GenerCell = smultin_GenerCellSerial
Number of cells = d^t = 4398046511104
Expected number per cell = 1 / 219902.33
EColl = n^2 / (2k) = 45.47473509
Hashing = TRUE
Collision test
CollisionOver: density = n / k = 1 / 219902.33
Expected number of collisions = Mu = 45.47
-----------------------------------------------
Results of CollisionOver test:
POISSON approximation :
Expected number of collisions = N*Mu : 1364.24
Observed number of collisions : 1451
p-value of test : 0.01
-----------------------------
Total number of cells containing j balls
j = 0 : 131940795334571
j = 1 : 599997098
j = 2 : 1451
j = 3 : 0
j = 4 : 0
j = 5 : 0
-----------------------------------------------
CPU time used : 00:05:18.34
Generator state:
***********************************************************
Test smarsa_CollisionOver calling smultin_MultinomialOver
***********************************************************
HOST = macos, Darwin
STDIN32
smultin_MultinomialOver test:
-----------------------------------------------
N = 30, n = 20000000, r = 28, d = 4, t = 21,
Sparse = TRUE
GenerCell = smultin_GenerCellSerial
Number of cells = d^t = 4398046511104
Expected number per cell = 1 / 219902.33
EColl = n^2 / (2k) = 45.47473509
Hashing = TRUE
Collision test
CollisionOver: density = n / k = 1 / 219902.33
Expected number of collisions = Mu = 45.47
-----------------------------------------------
Results of CollisionOver test:
POISSON approximation :
Expected number of collisions = N*Mu : 1364.24
Observed number of collisions : 1305
p-value of test : 0.94
-----------------------------
Total number of cells containing j balls
j = 0 : 131940795334425
j = 1 : 599997390
j = 2 : 1305
j = 3 : 0
j = 4 : 0
j = 5 : 0
-----------------------------------------------
CPU time used : 00:05:07.67
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
smarsa_BirthdaySpacings test:
-----------------------------------------------
N = 100, n = 10000000, r = 0, d = 2147483648, t = 2, p = 1
Number of cells = d^t = 4611686018427387904
Lambda = Poisson mean = 54.2101
----------------------------------------------------
Total expected number = N*Lambda : 5421.01
Total observed number : 5589
p-value of test : 0.01
-----------------------------------------------
CPU time used : 00:03:58.63
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
smarsa_BirthdaySpacings test:
-----------------------------------------------
N = 20, n = 20000000, r = 0, d = 2097152, t = 3, p = 1
Number of cells = d^t = 9223372036854775808
Lambda = Poisson mean = 216.8404
----------------------------------------------------
Total expected number = N*Lambda : 4336.81
Total observed number : 4362
p-value of test : 0.35
-----------------------------------------------
CPU time used : 00:01:44.73
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
smarsa_BirthdaySpacings test:
-----------------------------------------------
N = 20, n = 30000000, r = 14, d = 65536, t = 4, p = 1
Number of cells = d^t = 18446744073709551616
Lambda = Poisson mean = 365.9182
----------------------------------------------------
Total expected number = N*Lambda : 7318.36
Total observed number : 7238
p-value of test : 0.82
-----------------------------------------------
CPU time used : 00:02:51.30
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
smarsa_BirthdaySpacings test:
-----------------------------------------------
N = 20, n = 20000000, r = 0, d = 512, t = 7, p = 1
Number of cells = d^t = 9223372036854775808
Lambda = Poisson mean = 216.8404
----------------------------------------------------
Total expected number = N*Lambda : 4336.81
Total observed number : 4358
p-value of test : 0.38
-----------------------------------------------
CPU time used : 00:02:09.51
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
smarsa_BirthdaySpacings test:
-----------------------------------------------
N = 20, n = 20000000, r = 7, d = 512, t = 7, p = 1
Number of cells = d^t = 9223372036854775808
Lambda = Poisson mean = 216.8404
----------------------------------------------------
Total expected number = N*Lambda : 4336.81
Total observed number : 4338
p-value of test : 0.49
-----------------------------------------------
CPU time used : 00:02:11.07
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
smarsa_BirthdaySpacings test:
-----------------------------------------------
N = 20, n = 30000000, r = 14, d = 256, t = 8, p = 1
Number of cells = d^t = 18446744073709551616
Lambda = Poisson mean = 365.9182
----------------------------------------------------
Total expected number = N*Lambda : 7318.36
Total observed number : 7256
p-value of test : 0.76
-----------------------------------------------
CPU time used : 00:03:27.72
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
smarsa_BirthdaySpacings test:
-----------------------------------------------
N = 20, n = 30000000, r = 22, d = 256, t = 8, p = 1
Number of cells = d^t = 18446744073709551616
Lambda = Poisson mean = 365.9182
----------------------------------------------------
Total expected number = N*Lambda : 7318.36
Total observed number : 7190
p-value of test : 0.93
-----------------------------------------------
CPU time used : 00:03:28.32
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
smarsa_BirthdaySpacings test:
-----------------------------------------------
N = 20, n = 30000000, r = 0, d = 16, t = 16, p = 1
Number of cells = d^t = 18446744073709551616
Lambda = Poisson mean = 365.9182
----------------------------------------------------
Total expected number = N*Lambda : 7318.36
Total observed number : 7232
p-value of test : 0.84
-----------------------------------------------
CPU time used : 00:04:40.85
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
smarsa_BirthdaySpacings test:
-----------------------------------------------
N = 20, n = 30000000, r = 26, d = 16, t = 16, p = 1
Number of cells = d^t = 18446744073709551616
Lambda = Poisson mean = 365.9182
----------------------------------------------------
Total expected number = N*Lambda : 7318.36
Total observed number : 7206
p-value of test : 0.90
-----------------------------------------------
CPU time used : 00:04:44.85
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
snpair_ClosePairs test:
-----------------------------------------------
N = 30, n = 6000000, r = 0, t = 3, p = 0, m = 30, Torus = TRUE
---------------------------------------
Test based on the 2 nearest points (NP):
Stat. AD on the N values (NP) : 1.57
p-value of test : 0.16
A2 test based on the spacings between the
successive jump times of process Y_n(t):
A2 test on the values of A2 (m-NP) : 0.31
p-value of test : 0.93
Test on the Nm values of W_{n,i}(mNP1): 0.41
p-value of test : 0.83
Test on the jump times of Y
(superposition of Yn):
Expected number of jumps of Y = mN : 900
Number of jumps of Y : 917
p-value of test : 0.29
Stat. AD (mNP2) : 0.77
p-value of test : 0.50
Stat. AD after spacings (mNP2-S) : 1.66
p-value of test : 0.14
-----------------------------------------------
CPU time used : 00:02:58.17
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
snpair_ClosePairs test:
-----------------------------------------------
N = 20, n = 4000000, r = 0, t = 5, p = 0, m = 30, Torus = TRUE
---------------------------------------
Test based on the 2 nearest points (NP):
Stat. AD on the N values (NP) : 0.45
p-value of test : 0.79
A2 test based on the spacings between the
successive jump times of process Y_n(t):
A2 test on the values of A2 (m-NP) : 0.36
p-value of test : 0.88
Test on the Nm values of W_{n,i}(mNP1): 0.66
p-value of test : 0.59
Test on the jump times of Y
(superposition of Yn):
Expected number of jumps of Y = mN : 600
Number of jumps of Y : 583
p-value of test : 0.75
Stat. AD (mNP2) : 2.48
p-value of test : 0.05
Stat. AD after spacings (mNP2-S) : 0.60
p-value of test : 0.65
-----------------------------------------------
CPU time used : 00:01:59.40
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
snpair_ClosePairs test:
-----------------------------------------------
N = 10, n = 3000000, r = 0, t = 9, p = 0, m = 30, Torus = TRUE
---------------------------------------
Test based on the 2 nearest points (NP):
Stat. AD on the N values (NP) : 2.43
p-value of test : 0.05
A2 test based on the spacings between the
successive jump times of process Y_n(t):
A2 test on the values of A2 (m-NP) : 0.29
p-value of test : 0.94
Test on the Nm values of W_{n,i}(mNP1): 0.43
p-value of test : 0.82
Test on the jump times of Y
(superposition of Yn):
Expected number of jumps of Y = mN : 300
Number of jumps of Y : 302
p-value of test : 0.46
Stat. AD (mNP2) : 0.73
p-value of test : 0.54
Stat. AD after spacings (mNP2-S) : 0.55
p-value of test : 0.70
-----------------------------------------------
CPU time used : 00:03:05.68
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
snpair_ClosePairs test:
-----------------------------------------------
N = 5, n = 2000000, r = 0, t = 16, p = 0, m = 30, Torus = TRUE
---------------------------------------
Test based on the 2 nearest points (NP):
Stat. AD on the N values (NP) : 1.00
p-value of test : 0.35
A2 test based on the spacings between the
successive jump times of process Y_n(t):
A2 test on the values of A2 (m-NP) : 0.32
p-value of test : 0.92
Test on the Nm values of W_{n,i}(mNP1): 0.57
p-value of test : 0.68
Test on the jump times of Y
(superposition of Yn):
Expected number of jumps of Y = mN : 150
Number of jumps of Y : 143
p-value of test : 0.70
Stat. AD (mNP2) : 0.86
p-value of test : 0.44
Stat. AD after spacings (mNP2-S) : 0.35
p-value of test : 0.89
-----------------------------------------------
CPU time used : 00:03:33.36
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sknuth_SimpPoker test:
-----------------------------------------------
N = 1, n = 400000000, r = 0, d = 8, k = 8
-----------------------------------------------
Number of degrees of freedom : 7
Chi-square statistic : 13.06
p-value of test : 0.07
-----------------------------------------------
CPU time used : 00:01:08.56
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sknuth_SimpPoker test:
-----------------------------------------------
N = 1, n = 400000000, r = 27, d = 8, k = 8
-----------------------------------------------
Number of degrees of freedom : 7
Chi-square statistic : 2.84
p-value of test : 0.90
-----------------------------------------------
CPU time used : 00:01:14.60
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sknuth_SimpPoker test:
-----------------------------------------------
N = 1, n = 100000000, r = 0, d = 32, k = 32
-----------------------------------------------
Number of degrees of freedom : 18
Chi-square statistic : 22.69
p-value of test : 0.20
-----------------------------------------------
CPU time used : 00:01:07.64
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sknuth_SimpPoker test:
-----------------------------------------------
N = 1, n = 100000000, r = 25, d = 32, k = 32
-----------------------------------------------
Number of degrees of freedom : 18
Chi-square statistic : 26.29
p-value of test : 0.09
-----------------------------------------------
CPU time used : 00:01:14.56
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sknuth_CouponCollector test:
-----------------------------------------------
N = 1, n = 200000000, r = 0, d = 8
-----------------------------------------------
Number of degrees of freedom : 54
Chi-square statistic : 55.94
p-value of test : 0.40
-----------------------------------------------
CPU time used : 00:01:26.18
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sknuth_CouponCollector test:
-----------------------------------------------
N = 1, n = 200000000, r = 10, d = 8
-----------------------------------------------
Number of degrees of freedom : 54
Chi-square statistic : 57.93
p-value of test : 0.33
-----------------------------------------------
CPU time used : 00:01:35.47
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sknuth_CouponCollector test:
-----------------------------------------------
N = 1, n = 200000000, r = 20, d = 8
-----------------------------------------------
Number of degrees of freedom : 54
Chi-square statistic : 47.78
p-value of test : 0.71
-----------------------------------------------
CPU time used : 00:01:34.44
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sknuth_CouponCollector test:
-----------------------------------------------
N = 1, n = 200000000, r = 27, d = 8
-----------------------------------------------
Number of degrees of freedom : 54
Chi-square statistic : 64.84
p-value of test : 0.15
-----------------------------------------------
CPU time used : 00:01:34.80
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sknuth_Gap test:
-----------------------------------------------
N = 1, n = 500000000, r = 0, Alpha = 0, Beta = 0.0625
-----------------------------------------------
Number of degrees of freedom : 232
Chi-square statistic : 238.07
p-value of test : 0.38
-----------------------------------------------
CPU time used : 00:02:01.89
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sknuth_Gap test:
-----------------------------------------------
N = 1, n = 300000000, r = 25, Alpha = 0, Beta = 0.03125
-----------------------------------------------
Number of degrees of freedom : 434
Chi-square statistic : 413.43
p-value of test : 0.75
-----------------------------------------------
CPU time used : 00:02:52.92
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sknuth_Gap test:
-----------------------------------------------
N = 1, n = 100000000, r = 0, Alpha = 0, Beta = 0.0078125
-----------------------------------------------
Number of degrees of freedom : 1437
Chi-square statistic : 1438.52
p-value of test : 0.48
-----------------------------------------------
CPU time used : 00:03:05.26
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sknuth_Gap test:
-----------------------------------------------
N = 1, n = 10000000, r = 20, Alpha = 0, Beta = 0.000976562
-----------------------------------------------
Number of degrees of freedom : 7046
Chi-square statistic : 7230.19
p-value of test : 0.06
-----------------------------------------------
CPU time used : 00:02:59.28
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sknuth_Run test:
-----------------------------------------------
N = 5, n = 1000000000, r = 0, Up = FALSE
-----------------------------------------------
Kolmogorov-Smirnov+ statistic = D+ : 0.18
p-value of test : 0.65
Kolmogorov-Smirnov- statistic = D- : 0.11
p-value of test : 0.84
Anderson-Darling statistic = A2 : 0.20
p-value of test : 0.9900
Test on the sum of all N observations
Number of degrees of freedom : 30
Chi-square statistic : 26.69
p-value of test : 0.64
-----------------------------------------------
CPU time used : 00:01:36.43
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sknuth_Run test:
-----------------------------------------------
N = 10, n = 1000000000, r = 15, Up = TRUE
-----------------------------------------------
Kolmogorov-Smirnov+ statistic = D+ : 0.20
p-value of test : 0.40
Kolmogorov-Smirnov- statistic = D- : 0.23
p-value of test : 0.29
Anderson-Darling statistic = A2 : 0.67
p-value of test : 0.58
Test on the sum of all N observations
Number of degrees of freedom : 60
Chi-square statistic : 63.58
p-value of test : 0.35
-----------------------------------------------
CPU time used : 00:03:35.31
Generator state:
***********************************************************
Test sknuth_Permutation calling smultin_Multinomial
***********************************************************
HOST = macos, Darwin
STDIN32
smultin_Multinomial test:
-----------------------------------------------
N = 1, n = 1000000000, r = 5, t = 3,
Sparse = FALSE
GenerCell = smultin_GenerCellPermut
Number of cells = t! = 6
Expected number per cell = 1.6666667e+08
Hashing = FALSE
For Delta > -1, we use the ChiSquare approximation
Correction factor of the ChiSquare:
Delta = 1, Mu = 2.5000002e-09, Sigma = 1
-----------------------------------------------
Test Results for Delta = 1.0000
Number of degrees of freedom : 5
Value of the statistic : 1.19
p-value of test : 0.95
-----------------------------------------------
CPU time used : 00:01:06.15
Generator state:
***********************************************************
Test sknuth_Permutation calling smultin_Multinomial
***********************************************************
HOST = macos, Darwin
STDIN32
smultin_Multinomial test:
-----------------------------------------------
N = 1, n = 1000000000, r = 5, t = 5,
Sparse = FALSE
GenerCell = smultin_GenerCellPermut
Number of cells = t! = 120
Expected number per cell = 8333333.3
Hashing = FALSE
For Delta > -1, we use the ChiSquare approximation
Correction factor of the ChiSquare:
Delta = 1, Mu = 5.9500005e-08, Sigma = 1
-----------------------------------------------
Test Results for Delta = 1.0000
Number of degrees of freedom : 119
Value of the statistic : 122.11
p-value of test : 0.40
-----------------------------------------------
CPU time used : 00:02:02.25
Generator state:
***********************************************************
Test sknuth_Permutation calling smultin_Multinomial
***********************************************************
HOST = macos, Darwin
STDIN32
smultin_Multinomial test:
-----------------------------------------------
N = 1, n = 500000000, r = 5, t = 7,
Sparse = FALSE
GenerCell = smultin_GenerCellPermut
Number of cells = t! = 5040
Expected number per cell = 99206.349
Hashing = FALSE
For Delta > -1, we use the ChiSquare approximation
Correction factor of the ChiSquare:
Delta = 1, Mu = 5.0390004e-06, Sigma = 1
-----------------------------------------------
Test Results for Delta = 1.0000
Number of degrees of freedom : 5039
Value of the statistic : 5070.47
p-value of test : 0.37
-----------------------------------------------
CPU time used : 00:01:38.30
Generator state:
***********************************************************
Test sknuth_Permutation calling smultin_Multinomial
***********************************************************
HOST = macos, Darwin
STDIN32
smultin_Multinomial test:
-----------------------------------------------
N = 1, n = 500000000, r = 10, t = 10,
Sparse = FALSE
GenerCell = smultin_GenerCellPermut
Number of cells = t! = 3628800
Expected number per cell = 137.7866
Hashing = FALSE
For Delta > -1, we use the ChiSquare approximation
Correction factor of the ChiSquare:
Delta = 1, Mu = 0.0036287993, Sigma = 1
-----------------------------------------------
Test Results for Delta = 1.0000
Number of degrees of freedom : 3628799
Value of the statistic : 3.63e+6
p-value of test : 0.49
-----------------------------------------------
CPU time used : 00:03:20.81
Generator state:
***********************************************************
Test sknuth_CollisionPermut calling smultin_Multinomial
***********************************************************
HOST = macos, Darwin
STDIN32
smultin_Multinomial test:
-----------------------------------------------
N = 20, n = 20000000, r = 0, t = 14,
Sparse = TRUE
GenerCell = smultin_GenerCellPermut
Number of cells = t! = 87178291200
Expected number per cell = 1 / 4358.9146
EColl = n^2 / (2k) = 2294.14912
Hashing = TRUE
Collision test, Mu = 2293.9736, Sigma = 47.8841
-----------------------------------------------
Test Results for Collisions
For the total number of collisions, we use
the Poisson approximation:
Expected number of collisions = N*Mu : 45879.47
Observed number of collisions : 46007
p-value of test : 0.28
-----------------------------
Total number of cells containing j balls
j = 0 : 1743165870007
j = 1 : 399907987
j = 2 : 46005
j = 3 : 1
j = 4 : 0
j = 5 : 0
-----------------------------------------------
CPU time used : 00:05:02.64
Generator state:
***********************************************************
Test sknuth_CollisionPermut calling smultin_Multinomial
***********************************************************
HOST = macos, Darwin
STDIN32
smultin_Multinomial test:
-----------------------------------------------
N = 20, n = 20000000, r = 10, t = 14,
Sparse = TRUE
GenerCell = smultin_GenerCellPermut
Number of cells = t! = 87178291200
Expected number per cell = 1 / 4358.9146
EColl = n^2 / (2k) = 2294.14912
Hashing = TRUE
Collision test, Mu = 2293.9736, Sigma = 47.8841
-----------------------------------------------
Test Results for Collisions
For the total number of collisions, we use
the Poisson approximation:
Expected number of collisions = N*Mu : 45879.47
Observed number of collisions : 45849
p-value of test : 0.56
-----------------------------
Total number of cells containing j balls
j = 0 : 1743165869849
j = 1 : 399908307
j = 2 : 45839
j = 3 : 5
j = 4 : 0
j = 5 : 0
-----------------------------------------------
CPU time used : 00:05:08.59
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sknuth_MaxOft test:
-----------------------------------------------
N = 40, n = 10000000, r = 0, d = 100000, t = 8
Number of categories = 100000
Expected number per category = 100.00
-----------------------------------------------
Test results for chi2 with 99999 degrees of freedom:
Kolmogorov-Smirnov+ statistic = D+ : 0.078
p-value of test : 0.58
Kolmogorov-Smirnov- statistic = D- : 0.050
p-value of test : 0.79
Anderson-Darling statistic = A2 : 0.28
p-value of test : 0.95
Test on the sum of all N observations
Number of degrees of freedom : 3999960
Chi-square statistic : 4.00e+6
p-value of test : 0.60
-----------------------------------------------
Test results for Anderson-Darling:
Kolmogorov-Smirnov+ statistic = D+ : 0.046
p-value of test : 0.82
Kolmogorov-Smirnov- statistic = D- : 0.076
p-value of test : 0.60
Anderson-Darling statistic = A2 : 0.22
p-value of test : 0.98
-----------------------------------------------
CPU time used : 00:02:18.02
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sknuth_MaxOft test:
-----------------------------------------------
N = 30, n = 10000000, r = 0, d = 100000, t = 16
Number of categories = 100000
Expected number per category = 100.00
-----------------------------------------------
Test results for chi2 with 99999 degrees of freedom:
Kolmogorov-Smirnov+ statistic = D+ : 0.033
p-value of test : 0.91
Kolmogorov-Smirnov- statistic = D- : 0.23
p-value of test : 0.03
Anderson-Darling statistic = A2 : 2.93
p-value of test : 0.03
Test on the sum of all N observations
Number of degrees of freedom : 2999970
Chi-square statistic : 3.00e+6
p-value of test : 0.05
-----------------------------------------------
Test results for Anderson-Darling:
Kolmogorov-Smirnov+ statistic = D+ : 0.12
p-value of test : 0.39
Kolmogorov-Smirnov- statistic = D- : 0.14
p-value of test : 0.31
Anderson-Darling statistic = A2 : 0.95
p-value of test : 0.38
-----------------------------------------------
CPU time used : 00:02:18.56
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sknuth_MaxOft test:
-----------------------------------------------
N = 20, n = 10000000, r = 0, d = 100000, t = 24
Number of categories = 100000
Expected number per category = 100.00
-----------------------------------------------
Test results for chi2 with 99999 degrees of freedom:
Kolmogorov-Smirnov+ statistic = D+ : 0.12
p-value of test : 0.54
Kolmogorov-Smirnov- statistic = D- : 0.12
p-value of test : 0.51
Anderson-Darling statistic = A2 : 0.50
p-value of test : 0.75
Test on the sum of all N observations
Number of degrees of freedom : 1999980
Chi-square statistic : 2.00e+6
p-value of test : 0.63
-----------------------------------------------
Test results for Anderson-Darling:
Kolmogorov-Smirnov+ statistic = D+ : 0.18
p-value of test : 0.24
Kolmogorov-Smirnov- statistic = D- : 0.16
p-value of test : 0.33
Anderson-Darling statistic = A2 : 0.66
p-value of test : 0.59
-----------------------------------------------
CPU time used : 00:01:55.56
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sknuth_MaxOft test:
-----------------------------------------------
N = 20, n = 10000000, r = 0, d = 100000, t = 32
Number of categories = 100000
Expected number per category = 100.00
-----------------------------------------------
Test results for chi2 with 99999 degrees of freedom:
Kolmogorov-Smirnov+ statistic = D+ : 0.070
p-value of test : 0.79
Kolmogorov-Smirnov- statistic = D- : 0.19
p-value of test : 0.22
Anderson-Darling statistic = A2 : 1.02
p-value of test : 0.35
Test on the sum of all N observations
Number of degrees of freedom : 1999980
Chi-square statistic : 2.00e+6
p-value of test : 0.19
-----------------------------------------------
Test results for Anderson-Darling:
Kolmogorov-Smirnov+ statistic = D+ : 0.24
p-value of test : 0.08
Kolmogorov-Smirnov- statistic = D- : 0.15
p-value of test : 0.35
Anderson-Darling statistic = A2 : 1.00
p-value of test : 0.36
-----------------------------------------------
CPU time used : 00:02:20.88
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
svaria_SampleProd test:
-----------------------------------------------
N = 40, n = 10000000, r = 0, t = 8
-----------------------------------------------
Kolmogorov-Smirnov+ statistic = D+ : 0.055
p-value of test : 0.76
Kolmogorov-Smirnov- statistic = D- : 0.21
p-value of test : 0.03
Anderson-Darling statistic = A2 : 1.99
p-value of test : 0.09
-----------------------------------------------
CPU time used : 00:01:56.44
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
svaria_SampleProd test:
-----------------------------------------------
N = 20, n = 10000000, r = 0, t = 16
-----------------------------------------------
Kolmogorov-Smirnov+ statistic = D+ : 0.12
p-value of test : 0.53
Kolmogorov-Smirnov- statistic = D- : 0.067
p-value of test : 0.80
Anderson-Darling statistic = A2 : 0.38
p-value of test : 0.87
-----------------------------------------------
CPU time used : 00:01:28.15
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
svaria_SampleProd test:
-----------------------------------------------
N = 20, n = 10000000, r = 0, t = 24
-----------------------------------------------
Kolmogorov-Smirnov+ statistic = D+ : 0.036
p-value of test : 0.93
Kolmogorov-Smirnov- statistic = D- : 0.16
p-value of test : 0.34
Anderson-Darling statistic = A2 : 1.01
p-value of test : 0.35
-----------------------------------------------
CPU time used : 00:01:58.59
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
svaria_SampleMean test:
-----------------------------------------------
N = 20000000, n = 30, r = 0
-----------------------------------------------
Kolmogorov-Smirnov+ statistic = D+ : 8.64e-5
p-value of test : 0.74
Kolmogorov-Smirnov- statistic = D- : 1.22e-4
p-value of test : 0.55
Anderson-Darling statistic = A2 : 0.27
p-value of test : 0.96
-----------------------------------------------
CPU time used : 00:00:22.71
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
svaria_SampleMean test:
-----------------------------------------------
N = 20000000, n = 30, r = 10
-----------------------------------------------
Kolmogorov-Smirnov+ statistic = D+ : 8.08e-5
p-value of test : 0.77
Kolmogorov-Smirnov- statistic = D- : 1.73e-4
p-value of test : 0.30
Anderson-Darling statistic = A2 : 0.80
p-value of test : 0.48
-----------------------------------------------
CPU time used : 00:00:22.88
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
svaria_SampleCorr test:
-----------------------------------------------
N = 1, n = 2000000000, r = 0, k = 1
-----------------------------------------------
Normal statistic : -0.40
p-value of test : 0.66
-----------------------------------------------
CPU time used : 00:00:30.38
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
svaria_SampleCorr test:
-----------------------------------------------
N = 1, n = 2000000000, r = 0, k = 2
-----------------------------------------------
Normal statistic : 0.97
p-value of test : 0.16
-----------------------------------------------
CPU time used : 00:00:30.54
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
svaria_AppearanceSpacings test:
-----------------------------------------------
N = 1, Q = 10000000, K = 1000000000, r = 0, s = 3, L = 15
Sequences of n = (K + Q)L = 15150000000 bits
Q = 10000000 initialization blocks
K = 1000000000 blocks for the test
the blocks have L = 15 bits
-----------------------------------------------
Normal statistic : 0.45
p-value of test : 0.33
-----------------------------------------------
CPU time used : 00:01:42.15
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
svaria_AppearanceSpacings test:
-----------------------------------------------
N = 1, Q = 10000000, K = 1000000000, r = 27, s = 3, L = 15
Sequences of n = (K + Q)L = 15150000000 bits
Q = 10000000 initialization blocks
K = 1000000000 blocks for the test
the blocks have L = 15 bits
-----------------------------------------------
Normal statistic : -0.45
p-value of test : 0.67
-----------------------------------------------
CPU time used : 00:01:41.89
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
svaria_WeightDistrib test:
-----------------------------------------------
N = 1, n = 20000000, r = 0, k = 256, Alpha = 0, Beta = 0.25
-----------------------------------------------
Number of degrees of freedom : 67
Chi-square statistic : 79.98
p-value of test : 0.13
-----------------------------------------------
CPU time used : 00:01:12.85
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
svaria_WeightDistrib test:
-----------------------------------------------
N = 1, n = 20000000, r = 20, k = 256, Alpha = 0, Beta = 0.25
-----------------------------------------------
Number of degrees of freedom : 67
Chi-square statistic : 86.13
p-value of test : 0.06
-----------------------------------------------
CPU time used : 00:01:19.22
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
svaria_WeightDistrib test:
-----------------------------------------------
N = 1, n = 20000000, r = 28, k = 256, Alpha = 0, Beta = 0.25
-----------------------------------------------
Number of degrees of freedom : 67
Chi-square statistic : 76.29
p-value of test : 0.20
-----------------------------------------------
CPU time used : 00:01:18.97
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
svaria_WeightDistrib test:
-----------------------------------------------
N = 1, n = 20000000, r = 0, k = 256, Alpha = 0, Beta = 0.0625
-----------------------------------------------
Number of degrees of freedom : 37
Chi-square statistic : 40.98
p-value of test : 0.30
-----------------------------------------------
CPU time used : 00:01:12.70
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
svaria_WeightDistrib test:
-----------------------------------------------
N = 1, n = 20000000, r = 10, k = 256, Alpha = 0, Beta = 0.0625
-----------------------------------------------
Number of degrees of freedom : 37
Chi-square statistic : 54.69
p-value of test : 0.03
-----------------------------------------------
CPU time used : 00:01:18.61
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
svaria_WeightDistrib test:
-----------------------------------------------
N = 1, n = 20000000, r = 26, k = 256, Alpha = 0, Beta = 0.0625
-----------------------------------------------
Number of degrees of freedom : 37
Chi-square statistic : 31.20
p-value of test : 0.74
-----------------------------------------------
CPU time used : 00:01:19.11
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
svaria_SumCollector test:
-----------------------------------------------
N = 1, n = 500000000, r = 0, g = 10
-----------------------------------------------
Number of degrees of freedom : 29
Chi-square statistic : 34.23
p-value of test : 0.23
-----------------------------------------------
CPU time used : 00:02:37.50
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
smarsa_MatrixRank test:
-----------------------------------------------
N = 10, n = 1000000, r = 0, s = 5, L = 30, k = 30
-----------------------------------------------
Kolmogorov-Smirnov+ statistic = D+ : 0.21
p-value of test : 0.37
Kolmogorov-Smirnov- statistic = D- : 0.093
p-value of test : 0.79
Anderson-Darling statistic = A2 : 0.24
p-value of test : 0.97
Test on the sum of all N observations
Number of degrees of freedom : 40
Chi-square statistic : 36.80
p-value of test : 0.62
-----------------------------------------------
CPU time used : 00:01:16.90
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
smarsa_MatrixRank test:
-----------------------------------------------
N = 10, n = 1000000, r = 25, s = 5, L = 30, k = 30
-----------------------------------------------
Kolmogorov-Smirnov+ statistic = D+ : 0.14
p-value of test : 0.61
Kolmogorov-Smirnov- statistic = D- : 0.16
p-value of test : 0.53
Anderson-Darling statistic = A2 : 0.32
p-value of test : 0.92
Test on the sum of all N observations
Number of degrees of freedom : 40
Chi-square statistic : 37.08
p-value of test : 0.60
-----------------------------------------------
CPU time used : 00:01:16.95
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
smarsa_MatrixRank test:
-----------------------------------------------
N = 1, n = 5000, r = 0, s = 4, L = 1000, k = 1000
-----------------------------------------------
Number of degrees of freedom : 3
Chi-square statistic : 3.44
p-value of test : 0.33
-----------------------------------------------
CPU time used : 00:02:14.69
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
smarsa_MatrixRank test:
-----------------------------------------------
N = 1, n = 5000, r = 26, s = 4, L = 1000, k = 1000
-----------------------------------------------
Number of degrees of freedom : 3
Chi-square statistic : 8.90
p-value of test : 0.03
-----------------------------------------------
CPU time used : 00:02:15.29
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
smarsa_MatrixRank test:
-----------------------------------------------
N = 1, n = 80, r = 15, s = 15, L = 5000, k = 5000
-----------------------------------------------
Number of degrees of freedom : 2
Chi-square statistic : 0.010
p-value of test : 0.9949
-----------------------------------------------
CPU time used : 00:01:36.13
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
smarsa_MatrixRank test:
-----------------------------------------------
N = 1, n = 80, r = 0, s = 30, L = 5000, k = 5000
-----------------------------------------------
Number of degrees of freedom : 2
Chi-square statistic : 7.12
p-value of test : 0.03
-----------------------------------------------
CPU time used : 00:01:17.03
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
smarsa_Savir2 test:
-----------------------------------------------
N = 10, n = 10000000, r = 10, m = 1048576, t = 30
-----------------------------------------------
Kolmogorov-Smirnov+ statistic = D+ : 0.066
p-value of test : 0.88
Kolmogorov-Smirnov- statistic = D- : 0.29
p-value of test : 0.15
Anderson-Darling statistic = A2 : 1.21
p-value of test : 0.26
Test on the sum of all N observations
Number of degrees of freedom : 130
Chi-square statistic : 148.21
p-value of test : 0.13
-----------------------------------------------
CPU time used : 00:00:49.40
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
smarsa_GCD test:
-----------------------------------------------
N = 10, n = 50000000, r = 0, s = 30
-----------------------------------------------
Test results for GCD values:
Kolmogorov-Smirnov+ statistic = D+ : 0.057
p-value of test : 0.91
Kolmogorov-Smirnov- statistic = D- : 0.18
p-value of test : 0.45
Anderson-Darling statistic = A2 : 0.60
p-value of test : 0.64
Test on the sum of all N observations
Number of degrees of freedom : 17430
Chi-square statistic :17614.87
p-value of test : 0.16
-----------------------------------------------
CPU time used : 00:01:55.95
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
swalk_RandomWalk1 test:
-----------------------------------------------
N = 1, n = 100000000, r = 0, s = 5, L0 = 50, L1 = 50
-----------------------------------------------
Test on the values of the Statistic H
Number of degrees of freedom : 36
ChiSquare statistic : 51.54
p-value of test : 0.04
-----------------------------------------------
Test on the values of the Statistic M
Number of degrees of freedom : 35
ChiSquare statistic : 45.28
p-value of test : 0.11
-----------------------------------------------
Test on the values of the Statistic J
Number of degrees of freedom : 25
ChiSquare statistic : 32.99
p-value of test : 0.13
-----------------------------------------------
Test on the values of the Statistic R
Number of degrees of freedom : 24
ChiSquare statistic : 20.95
p-value of test : 0.64
-----------------------------------------------
Test on the values of the Statistic C
Number of degrees of freedom : 17
ChiSquare statistic : 16.20
p-value of test : 0.51
-----------------------------------------------
CPU time used : 00:00:47.87
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
swalk_RandomWalk1 test:
-----------------------------------------------
N = 1, n = 100000000, r = 25, s = 5, L0 = 50, L1 = 50
-----------------------------------------------
Test on the values of the Statistic H
Number of degrees of freedom : 36
ChiSquare statistic : 35.24
p-value of test : 0.50
-----------------------------------------------
Test on the values of the Statistic M
Number of degrees of freedom : 35
ChiSquare statistic : 31.42
p-value of test : 0.64
-----------------------------------------------
Test on the values of the Statistic J
Number of degrees of freedom : 25
ChiSquare statistic : 27.61
p-value of test : 0.33
-----------------------------------------------
Test on the values of the Statistic R
Number of degrees of freedom : 24
ChiSquare statistic : 27.18
p-value of test : 0.30
-----------------------------------------------
Test on the values of the Statistic C
Number of degrees of freedom : 17
ChiSquare statistic : 14.73
p-value of test : 0.62
-----------------------------------------------
CPU time used : 00:00:47.90
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
swalk_RandomWalk1 test:
-----------------------------------------------
N = 1, n = 10000000, r = 0, s = 10, L0 = 1000, L1 = 1000
-----------------------------------------------
Test on the values of the Statistic H
Number of degrees of freedom : 146
ChiSquare statistic : 154.59
p-value of test : 0.30
-----------------------------------------------
Test on the values of the Statistic M
Number of degrees of freedom : 146
ChiSquare statistic : 127.40
p-value of test : 0.86
-----------------------------------------------
Test on the values of the Statistic J
Number of degrees of freedom : 500
ChiSquare statistic : 490.01
p-value of test : 0.62
-----------------------------------------------
Test on the values of the Statistic R
Number of degrees of freedom : 136
ChiSquare statistic : 118.01
p-value of test : 0.86
-----------------------------------------------
Test on the values of the Statistic C
Number of degrees of freedom : 74
ChiSquare statistic : 62.46
p-value of test : 0.83
-----------------------------------------------
CPU time used : 00:00:59.60
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
swalk_RandomWalk1 test:
-----------------------------------------------
N = 1, n = 10000000, r = 20, s = 10, L0 = 1000, L1 = 1000
-----------------------------------------------
Test on the values of the Statistic H
Number of degrees of freedom : 146
ChiSquare statistic : 167.84
p-value of test : 0.10
-----------------------------------------------
Test on the values of the Statistic M
Number of degrees of freedom : 146
ChiSquare statistic : 157.48
p-value of test : 0.24
-----------------------------------------------
Test on the values of the Statistic J
Number of degrees of freedom : 500
ChiSquare statistic : 436.67
p-value of test : 0.98
-----------------------------------------------
Test on the values of the Statistic R
Number of degrees of freedom : 136
ChiSquare statistic : 133.08
p-value of test : 0.55
-----------------------------------------------
Test on the values of the Statistic C
Number of degrees of freedom : 74
ChiSquare statistic : 59.37
p-value of test : 0.89
-----------------------------------------------
CPU time used : 00:00:59.54
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
swalk_RandomWalk1 test:
-----------------------------------------------
N = 1, n = 1000000, r = 0, s = 15, L0 = 10000, L1 = 10000
-----------------------------------------------
Test on the values of the Statistic H
Number of degrees of freedom : 384
ChiSquare statistic : 338.96
p-value of test : 0.95
-----------------------------------------------
Test on the values of the Statistic M
Number of degrees of freedom : 384
ChiSquare statistic : 412.85
p-value of test : 0.15
-----------------------------------------------
Test on the values of the Statistic J
Number of degrees of freedom : 5000
ChiSquare statistic : 5114.42
p-value of test : 0.13
-----------------------------------------------
Test on the values of the Statistic R
Number of degrees of freedom : 378
ChiSquare statistic : 355.13
p-value of test : 0.80
-----------------------------------------------
Test on the values of the Statistic C
Number of degrees of freedom : 200
ChiSquare statistic : 163.55
p-value of test : 0.97
-----------------------------------------------
CPU time used : 00:00:49.56
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
swalk_RandomWalk1 test:
-----------------------------------------------
N = 1, n = 1000000, r = 15, s = 15, L0 = 10000, L1 = 10000
-----------------------------------------------
Test on the values of the Statistic H
Number of degrees of freedom : 384
ChiSquare statistic : 388.72
p-value of test : 0.42
-----------------------------------------------
Test on the values of the Statistic M
Number of degrees of freedom : 384
ChiSquare statistic : 449.71
p-value of test : 0.01
-----------------------------------------------
Test on the values of the Statistic J
Number of degrees of freedom : 5000
ChiSquare statistic : 4971.98
p-value of test : 0.61
-----------------------------------------------
Test on the values of the Statistic R
Number of degrees of freedom : 378
ChiSquare statistic : 381.52
p-value of test : 0.44
-----------------------------------------------
Test on the values of the Statistic C
Number of degrees of freedom : 200
ChiSquare statistic : 213.34
p-value of test : 0.25
-----------------------------------------------
CPU time used : 00:00:49.55
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
scomp_LinearComp test:
-----------------------------------------------
N = 1, n = 400020, r = 0, s = 1
-----------------------------------------------
Number of degrees of freedom : 12
Chi2 statistic for size of jumps : 12.65
p-value of test : 0.39
-----------------------------------------------
Normal statistic for number of jumps : 0.061
p-value of test : 0.48
-----------------------------------------------
CPU time used : 00:02:14.81
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
scomp_LinearComp test:
-----------------------------------------------
N = 1, n = 400020, r = 29, s = 1
-----------------------------------------------
Number of degrees of freedom : 12
Chi2 statistic for size of jumps : 6.51
p-value of test : 0.89
-----------------------------------------------
Normal statistic for number of jumps : -0.23
p-value of test : 0.59
-----------------------------------------------
CPU time used : 00:02:14.78
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
scomp_LempelZiv test:
-----------------------------------------------
N = 10, n = 134217728, r = 0, s = 30, k = 27
-----------------------------------------------
Kolmogorov-Smirnov+ statistic = D+ : 0.12
p-value of test : 0.71
Kolmogorov-Smirnov- statistic = D- : 0.32
p-value of test : 0.11
Anderson-Darling statistic = A2 : 0.99
p-value of test : 0.36
Tests on the sum of all N observations
Standardized normal statistic : 0.76
p-value of test : 0.22
Sample variance : 0.43
p-value of test : 0.92
-----------------------------------------------
CPU time used : 00:00:39.81
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
scomp_LempelZiv test:
-----------------------------------------------
N = 10, n = 134217728, r = 15, s = 15, k = 27
-----------------------------------------------
Kolmogorov-Smirnov+ statistic = D+ : 0.082
p-value of test : 0.83
Kolmogorov-Smirnov- statistic = D- : 0.12
p-value of test : 0.68
Anderson-Darling statistic = A2 : 0.27
p-value of test : 0.96
Tests on the sum of all N observations
Standardized normal statistic : 0.57
p-value of test : 0.28
Sample variance : 1.01
p-value of test : 0.43
-----------------------------------------------
CPU time used : 00:00:40.93
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sspectral_Fourier3 test:
-----------------------------------------------
N = 100000, n = 16384, r = 0, s = 3, k = 14
-----------------------------------------------
Kolmogorov-Smirnov+ statistic = D+ : 5.49e-3
p-value of test : 0.78
Kolmogorov-Smirnov- statistic = D- : 8.76e-3
p-value of test : 0.53
Anderson-Darling statistic = A2 : 0.37
p-value of test : 0.88
-----------------------------------------------
CPU time used : 00:00:41.29
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sspectral_Fourier3 test:
-----------------------------------------------
N = 100000, n = 16384, r = 27, s = 3, k = 14
-----------------------------------------------
Kolmogorov-Smirnov+ statistic = D+ : 9.95e-3
p-value of test : 0.44
Kolmogorov-Smirnov- statistic = D- : 5.66e-3
p-value of test : 0.77
Anderson-Darling statistic = A2 : 0.44
p-value of test : 0.81
-----------------------------------------------
CPU time used : 00:00:41.31
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sstring_LongestHeadRun test:
-----------------------------------------------
N = 1, n = 1000, r = 0, s = 3, L = 10000020
-----------------------------------------------
Number of degrees of freedom : 8
Chi-square statistic : 13.57
p-value of test : 0.09
-----------------------------------------------
Global longest run of 1 : 32.00
p-value of test : 0.50
-----------------------------------------------
CPU time used : 00:01:45.81
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sstring_LongestHeadRun test:
-----------------------------------------------
N = 1, n = 1000, r = 27, s = 3, L = 10000020
-----------------------------------------------
Number of degrees of freedom : 8
Chi-square statistic : 2.42
p-value of test : 0.97
-----------------------------------------------
Global longest run of 1 : 30.00
p-value of test : 0.90
-----------------------------------------------
CPU time used : 00:01:45.76
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sstring_PeriodsInStrings test:
-----------------------------------------------
N = 10, n = 500000000, r = 0, s = 10
-----------------------------------------------
Kolmogorov-Smirnov+ statistic = D+ : 0.36
p-value of test : 0.05
Kolmogorov-Smirnov- statistic = D- : 0.082
p-value of test : 0.83
Anderson-Darling statistic = A2 : 2.26
p-value of test : 0.07
Test on the sum of all N observations
Number of degrees of freedom : 200
Chi-square statistic : 163.89
p-value of test : 0.97
-----------------------------------------------
CPU time used : 00:02:47.29
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sstring_PeriodsInStrings test:
-----------------------------------------------
N = 10, n = 500000000, r = 20, s = 10
-----------------------------------------------
Kolmogorov-Smirnov+ statistic = D+ : 0.28
p-value of test : 0.18
Kolmogorov-Smirnov- statistic = D- : 0.089
p-value of test : 0.81
Anderson-Darling statistic = A2 : 0.96
p-value of test : 0.37
Test on the sum of all N observations
Number of degrees of freedom : 200
Chi-square statistic : 185.19
p-value of test : 0.77
-----------------------------------------------
CPU time used : 00:02:47.27
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sstring_HammingWeight2 test:
-----------------------------------------------
N = 10, n = 1000000000, r = 0, s = 3, L = 1000000
-----------------------------------------------
Kolmogorov-Smirnov+ statistic = D+ : 0.023
p-value of test : 0.97
Kolmogorov-Smirnov- statistic = D- : 0.47
p-value of test : 7.9e-3
Anderson-Darling statistic = A2 : 2.64
p-value of test : 0.04
Test on the sum of all N observations
Number of degrees of freedom : 10000
Chi-square statistic :10267.15
p-value of test : 0.03
-----------------------------------------------
CPU time used : 00:01:03.70
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sstring_HammingWeight2 test:
-----------------------------------------------
N = 10, n = 1000000000, r = 27, s = 3, L = 1000000
-----------------------------------------------
Kolmogorov-Smirnov+ statistic = D+ : 0.087
p-value of test : 0.82
Kolmogorov-Smirnov- statistic = D- : 0.17
p-value of test : 0.50
Anderson-Darling statistic = A2 : 0.42
p-value of test : 0.83
Test on the sum of all N observations
Number of degrees of freedom : 10000
Chi-square statistic :10075.83
p-value of test : 0.29
-----------------------------------------------
CPU time used : 00:01:03.68
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sstring_HammingCorr test:
-----------------------------------------------
N = 1, n = 1000000000, r = 10, s = 10, L = 30
-----------------------------------------------
Normal statistic : -0.27
p-value of test : 0.61
-----------------------------------------------
CPU time used : 00:01:15.87
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sstring_HammingCorr test:
-----------------------------------------------
N = 1, n = 100000000, r = 10, s = 10, L = 300
-----------------------------------------------
Normal statistic : 1.48
p-value of test : 0.07
-----------------------------------------------
CPU time used : 00:01:15.12
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sstring_HammingCorr test:
-----------------------------------------------
N = 1, n = 100000000, r = 10, s = 10, L = 1200
-----------------------------------------------
Normal statistic : 2.53
p-value of test : 5.6e-3
-----------------------------------------------
CPU time used : 00:04:59.42
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sstring_HammingIndep test:
-----------------------------------------------
N = 10, n = 30000000, r = 0, s = 3, L = 30, d = 0
Counters with expected numbers >= 10
-----------------------------------------------
Kolmogorov-Smirnov+ statistic = D+ : 0.28
p-value of test : 0.17
Kolmogorov-Smirnov- statistic = D- : 0.15
p-value of test : 0.58
Anderson-Darling statistic = A2 : 0.66
p-value of test : 0.58
Test on the sum of all N observations
Number of degrees of freedom : 4890
Chi-square statistic : 4843.74
p-value of test : 0.68
-----------------------------------------------
CPU time used : 00:02:07.43
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sstring_HammingIndep test:
-----------------------------------------------
N = 10, n = 30000000, r = 27, s = 3, L = 30, d = 0
Counters with expected numbers >= 10
-----------------------------------------------
Kolmogorov-Smirnov+ statistic = D+ : 0.37
p-value of test : 0.05
Kolmogorov-Smirnov- statistic = D- : 0.071
p-value of test : 0.87
Anderson-Darling statistic = A2 : 2.18
p-value of test : 0.07
Test on the sum of all N observations
Number of degrees of freedom : 4890
Chi-square statistic : 4730.06
p-value of test : 0.95
-----------------------------------------------
CPU time used : 00:02:08.45
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sstring_HammingIndep test:
-----------------------------------------------
N = 1, n = 30000000, r = 0, s = 4, L = 300, d = 0
Counters with expected numbers >= 10
-----------------------------------------------
Number of degrees of freedom : 4117
Chi-square statistic : 4198.95
p-value of test : 0.18
-----------------------------------------------
CPU time used : 00:01:34.68
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sstring_HammingIndep test:
-----------------------------------------------
N = 1, n = 30000000, r = 26, s = 4, L = 300, d = 0
Counters with expected numbers >= 10
-----------------------------------------------
Number of degrees of freedom : 4117
Chi-square statistic : 4062.24
p-value of test : 0.73
-----------------------------------------------
CPU time used : 00:01:34.27
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sstring_HammingIndep test:
-----------------------------------------------
N = 1, n = 10000000, r = 0, s = 5, L = 1200, d = 0
Counters with expected numbers >= 10
-----------------------------------------------
Number of degrees of freedom : 11825
Chi-square statistic :11410.31
p-value of test : 0.9968
-----------------------------------------------
CPU time used : 00:01:43.35
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sstring_HammingIndep test:
-----------------------------------------------
N = 1, n = 10000000, r = 25, s = 5, L = 1200, d = 0
Counters with expected numbers >= 10
-----------------------------------------------
Number of degrees of freedom : 11825
Chi-square statistic :11577.87
p-value of test : 0.95
-----------------------------------------------
CPU time used : 00:01:42.84
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sstring_Run test:
-----------------------------------------------
N = 1, n = 2000000000, r = 0, s = 3
-----------------------------------------------
Total number of 1 runs: 2000000000
Number of degrees of freedom : 54
Chi2 statistic for number of runs : 69.77
p-value of test : 0.07
-----------------------------------------------
Total number of bits: 7999854204
Normal statistic for number of bits : -1.15
p-value of test : 0.88
-----------------------------------------------
CPU time used : 00:01:21.77
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sstring_Run test:
-----------------------------------------------
N = 1, n = 2000000000, r = 27, s = 3
-----------------------------------------------
Total number of 1 runs: 2000000000
Number of degrees of freedom : 54
Chi2 statistic for number of runs : 61.62
p-value of test : 0.22
-----------------------------------------------
Total number of bits: 8000019276
Normal statistic for number of bits : 0.15
p-value of test : 0.44
-----------------------------------------------
CPU time used : 00:01:22.07
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sstring_AutoCor test:
-----------------------------------------------
N = 10, n = 1000000030, r = 0, s = 3, d = 1
-----------------------------------------------
Kolmogorov-Smirnov+ statistic = D+ : 0.46
p-value of test : 8.6e-3
Kolmogorov-Smirnov- statistic = D- : 0.024
p-value of test : 0.97
Anderson-Darling statistic = A2 : 4.17
p-value of test : 7.6e-3
Tests on the sum of all N observations
Standardized normal statistic : -2.40
p-value of test : 0.9918
Sample variance : 1.45
p-value of test : 0.16
-----------------------------------------------
CPU time used : 00:02:55.32
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sstring_AutoCor test:
-----------------------------------------------
N = 10, n = 1000000029, r = 0, s = 3, d = 3
-----------------------------------------------
Kolmogorov-Smirnov+ statistic = D+ : 0.21
p-value of test : 0.38
Kolmogorov-Smirnov- statistic = D- : 0.15
p-value of test : 0.58
Anderson-Darling statistic = A2 : 0.63
p-value of test : 0.61
Tests on the sum of all N observations
Standardized normal statistic : -0.57
p-value of test : 0.71
Sample variance : 0.50
p-value of test : 0.88
-----------------------------------------------
CPU time used : 00:02:35.94
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sstring_AutoCor test:
-----------------------------------------------
N = 10, n = 1000000030, r = 27, s = 3, d = 1
-----------------------------------------------
Kolmogorov-Smirnov+ statistic = D+ : 0.17
p-value of test : 0.51
Kolmogorov-Smirnov- statistic = D- : 0.095
p-value of test : 0.78
Anderson-Darling statistic = A2 : 0.34
p-value of test : 0.90
Tests on the sum of all N observations
Standardized normal statistic : -0.52
p-value of test : 0.70
Sample variance : 1.09
p-value of test : 0.36
-----------------------------------------------
CPU time used : 00:02:55.59
Generator state:
***********************************************************
HOST = macos, Darwin
STDIN32
sstring_AutoCor test:
-----------------------------------------------
N = 10, n = 1000000029, r = 27, s = 3, d = 3
-----------------------------------------------
Kolmogorov-Smirnov+ statistic = D+ : 0.016
p-value of test : 0.98
Kolmogorov-Smirnov- statistic = D- : 0.24
p-value of test : 0.26
Anderson-Darling statistic = A2 : 1.00
p-value of test : 0.35
Tests on the sum of all N observations
Standardized normal statistic : 1.35
p-value of test : 0.09
Sample variance : 0.78
p-value of test : 0.64
-----------------------------------------------
CPU time used : 00:02:35.92
Generator state:
========= Summary results of BigCrush =========
Version: TestU01 1.2.3
Generator: STDIN32
Number of statistics: 160
Total CPU time: 03:57:31.39
All tests were passed