Skip to content

Instantly share code, notes, and snippets.

@Leandros
Last active July 2, 2018 05:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Leandros/b91dec7bf2da5a02101e417d532a321f to your computer and use it in GitHub Desktop.
Save Leandros/b91dec7bf2da5a02101e417d532a321f to your computer and use it in GitHub Desktop.
PractRand Results
################################### SPLITMIX
############################################
$ ./splitmix | ./PractRand/RNG_test stdin32 -multithreaded
RNG_test using PractRand version 0.93
RNG = RNG_stdin32, seed = 0x1c3196f9
test set = normal, folding = standard (32 bit)
rng=RNG_stdin32, seed=0x1c3196f9
length= 256 megabytes (2^28 bytes), time= 3.0 seconds
no anomalies in 124 test result(s)
rng=RNG_stdin32, seed=0x1c3196f9
length= 512 megabytes (2^29 bytes), time= 5.9 seconds
no anomalies in 132 test result(s)
rng=RNG_stdin32, seed=0x1c3196f9
length= 1 gigabyte (2^30 bytes), time= 11.4 seconds
no anomalies in 141 test result(s)
rng=RNG_stdin32, seed=0x1c3196f9
length= 2 gigabytes (2^31 bytes), time= 21.9 seconds
no anomalies in 148 test result(s)
rng=RNG_stdin32, seed=0x1c3196f9
length= 4 gigabytes (2^32 bytes), time= 42.4 seconds
no anomalies in 156 test result(s)
rng=RNG_stdin32, seed=0x1c3196f9
length= 8 gigabytes (2^33 bytes), time= 83.7 seconds
no anomalies in 165 test result(s)
rng=RNG_stdin32, seed=0x1c3196f9
length= 16 gigabytes (2^34 bytes), time= 167 seconds
no anomalies in 172 test result(s)
rng=RNG_stdin32, seed=0x1c3196f9
length= 32 gigabytes (2^35 bytes), time= 345 seconds
no anomalies in 180 test result(s)
rng=RNG_stdin32, seed=0x1c3196f9
length= 64 gigabytes (2^36 bytes), time= 704 seconds
no anomalies in 189 test result(s)
rng=RNG_stdin32, seed=0x1c3196f9
length= 128 gigabytes (2^37 bytes), time= 1422 seconds
no anomalies in 196 test result(s)
rng=RNG_stdin32, seed=0x1c3196f9
length= 256 gigabytes (2^38 bytes), time= 2942 seconds
no anomalies in 204 test result(s)
rng=RNG_stdin32, seed=0x1c3196f9
length= 512 gigabytes (2^39 bytes), time= 6198 seconds
no anomalies in 213 test result(s)
rng=RNG_stdin32, seed=0x1c3196f9
length= 1 terabyte (2^40 bytes), time= 12657 seconds
no anomalies in 220 test result(s)
rng=RNG_stdin32, seed=0x1c3196f9
length= 2 terabytes (2^41 bytes), time= 25403 seconds
Test Name Raw Processed Evaluation
DC6-9x1Bytes-1 R= -4.8 p =1-6.1e-3 unusual
...and 227 test result(s) without anomalies
################################### XORSHIFT
############################################
$./xorshift | ./PractRand/RNG_test stdin32 -multithreaded
RNG_test using PractRand version 0.93
RNG = RNG_stdin32, seed = 0x9b733704
test set = normal, folding = standard (32 bit)
rng=RNG_stdin32, seed=0x9b733704
length= 256 megabytes (2^28 bytes), time= 3.1 seconds
no anomalies in 124 test result(s)
rng=RNG_stdin32, seed=0x9b733704
length= 512 megabytes (2^29 bytes), time= 6.0 seconds
no anomalies in 132 test result(s)
rng=RNG_stdin32, seed=0x9b733704
length= 1 gigabyte (2^30 bytes), time= 12.1 seconds
no anomalies in 141 test result(s)
rng=RNG_stdin32, seed=0x9b733704
length= 2 gigabytes (2^31 bytes), time= 23.4 seconds
no anomalies in 148 test result(s)
rng=RNG_stdin32, seed=0x9b733704
length= 4 gigabytes (2^32 bytes), time= 45.9 seconds
no anomalies in 156 test result(s)
rng=RNG_stdin32, seed=0x9b733704
length= 8 gigabytes (2^33 bytes), time= 90.7 seconds
Test Name Raw Processed Evaluation
[Low1/32]Gap-16:A R= -4.1 p =1-7.9e-4 unusual
...and 164 test result(s) without anomalies
rng=RNG_stdin32, seed=0x9b733704
length= 16 gigabytes (2^34 bytes), time= 177 seconds
no anomalies in 172 test result(s)
rng=RNG_stdin32, seed=0x9b733704
length= 32 gigabytes (2^35 bytes), time= 349 seconds
no anomalies in 180 test result(s)
rng=RNG_stdin32, seed=0x9b733704
length= 64 gigabytes (2^36 bytes), time= 702 seconds
no anomalies in 189 test result(s)
rng=RNG_stdin32, seed=0x9b733704
length= 128 gigabytes (2^37 bytes), time= 1399 seconds
Test Name Raw Processed Evaluation
[Low1/32]DC6-9x1Bytes-1 R= -4.4 p =1-4.3e-3 unusual
...and 195 test result(s) without anomalies
rng=RNG_stdin32, seed=0x9b733704
length= 256 gigabytes (2^38 bytes), time= 2895 seconds
no anomalies in 204 test result(s)
rng=RNG_stdin32, seed=0x9b733704
length= 512 gigabytes (2^39 bytes), time= 6093 seconds
no anomalies in 213 test result(s)
rng=RNG_stdin32, seed=0x9b733704
length= 1 terabyte (2^40 bytes), time= 12436 seconds
no anomalies in 220 test result(s)
rng=RNG_stdin32, seed=0x9b733704
length= 2 terabytes (2^41 bytes), time= 24949 seconds
no anomalies in 228 test result(s)
################################### PCG
############################################
$ ./pcg|./PractRand/RNG_test stdin32 -multithreaded
RNG_test using PractRand version 0.93
RNG = RNG_stdin32, seed = 0x7affa526
test set = normal, folding = standard (32 bit)
rng=RNG_stdin32, seed=0x7affa526
length= 256 megabytes (2^28 bytes), time= 3.6 seconds
no anomalies in 124 test result(s)
rng=RNG_stdin32, seed=0x7affa526
length= 512 megabytes (2^29 bytes), time= 7.1 seconds
no anomalies in 132 test result(s)
rng=RNG_stdin32, seed=0x7affa526
length= 1 gigabyte (2^30 bytes), time= 13.6 seconds
no anomalies in 141 test result(s)
rng=RNG_stdin32, seed=0x7affa526
length= 2 gigabytes (2^31 bytes), time= 26.4 seconds
no anomalies in 148 test result(s)
rng=RNG_stdin32, seed=0x7affa526
length= 4 gigabytes (2^32 bytes), time= 51.8 seconds
no anomalies in 156 test result(s)
rng=RNG_stdin32, seed=0x7affa526
length= 8 gigabytes (2^33 bytes), time= 103 seconds
no anomalies in 165 test result(s)
rng=RNG_stdin32, seed=0x7affa526
length= 16 gigabytes (2^34 bytes), time= 202 seconds
no anomalies in 172 test result(s)
rng=RNG_stdin32, seed=0x7affa526
length= 32 gigabytes (2^35 bytes), time= 400 seconds
no anomalies in 180 test result(s)
rng=RNG_stdin32, seed=0x7affa526
length= 64 gigabytes (2^36 bytes), time= 799 seconds
no anomalies in 189 test result(s)
rng=RNG_stdin32, seed=0x7affa526
length= 128 gigabytes (2^37 bytes), time= 1602 seconds
Test Name Raw Processed Evaluation
[Low8/32]DC6-9x1Bytes-1 R= -5.0 p =1-1.7e-3 unusual
...and 195 test result(s) without anomalies
rng=RNG_stdin32, seed=0x7affa526
length= 256 gigabytes (2^38 bytes), time= 3156 seconds
no anomalies in 204 test result(s)
rng=RNG_stdin32, seed=0x7affa526
length= 512 gigabytes (2^39 bytes), time= 6356 seconds
no anomalies in 213 test result(s)
rng=RNG_stdin32, seed=0x7affa526
length= 1 terabyte (2^40 bytes), time= 12668 seconds
no anomalies in 220 test result(s)
rng=RNG_stdin32, seed=0x7affa526
length= 2 terabytes (2^41 bytes), time= 25184 seconds
Test Name Raw Processed Evaluation
[Low8/32]BCFN(2+2,13-0,T) R= -8.3 p =1-2.5e-4 unusual
...and 227 test result(s) without anomalies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment