Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Archivist 6ea7af5841 Update 'README.md' il y a 2 ans
CMakeLists.txt Add 'CMakeLists.txt' il y a 2 ans
ChaPRNG.h Add 'ChaPRNG.h' il y a 2 ans
LICENSE Initial commit il y a 2 ans
README.md Update 'README.md' il y a 2 ans
main.cpp Add 'main.cpp' il y a 2 ans

README.md

PRNG_TESTS

----------------------------------------------------------------------
Benchmark                            Time             CPU   Iterations
----------------------------------------------------------------------
PRNGBuild<8, false, false>        4.61 ns         4.65 ns    154482759
PRNGBuild<12, false, false>       6.29 ns         6.42 ns    112000000
PRNGBuild<16, false, false>       7.91 ns         8.02 ns     89600000
PRNGBuild<20, false, false>       9.75 ns         9.77 ns     64000000
PRNGBuild<8, true, false>         4.58 ns         4.65 ns    154482759
PRNGBuild<12, true, false>        6.32 ns         6.42 ns    112000000
PRNGBuild<16, true, false>        7.92 ns         8.02 ns     89600000
PRNGBuild<20, true, false>        9.73 ns         9.52 ns     64000000
PRNGBuild<8, false, true>         4.39 ns         4.39 ns    160000000
PRNGBuild<12, false, true>        6.18 ns         6.25 ns    100000000
PRNGBuild<16, false, true>        7.88 ns         7.85 ns     89600000
PRNGBuild<20, false, true>        9.41 ns         9.42 ns     74666667
PRNGBuild<4, true, true>          2.52 ns         2.49 ns    263529412
PRNGBuild<6, true, true>          3.34 ns         3.37 ns    213333333
PRNGBuild<8, true, true>          4.39 ns         4.39 ns    160000000
PRNGBuild<12, true, true>         6.10 ns         6.00 ns    112000000
PRNGBuild<16, true, true>         7.90 ns         7.85 ns     89600000
PRNGBuild<20, true, true>         9.42 ns         9.42 ns     74666667
std_mtPRNGBuild                   1.62 ns         1.61 ns    407272727