From: couturie Date: Sun, 13 May 2012 18:38:31 +0000 (+0200) Subject: new X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/turing4complexity.git/commitdiff_plain/d9001eab4e9352bff20d0a86048c28f818087948 new --- diff --git a/turing4complexity.tex b/turing4complexity.tex index c3898bb..5753ad8 100644 --- a/turing4complexity.tex +++ b/turing4complexity.tex @@ -53,56 +53,118 @@ numbers of random number generation. \hline & Number of experiments\\ \hline -Name of PRNG & 500000000\\ -\hline -BBS & 358.38\\ +Name of PRNG & 500,000,000\\ \hline lcg & 491.78\\ \hline -xor128 & 380.69\\ -\hline rand & 382.04\\ \hline -xorshift & 372.68\\ +xor128 & 380.69\\ \hline dev random & 376.78\\ \hline +xorshift & 372.68\\ +\hline new prng & 367.42\\ \hline isaac & 366.91\\ \hline +BBS & 358.38\\ +\hline + \end{tabular} -\caption{Distance for some PRNG with different number generations} +\caption{Distance for some PRNG with different number generations in decreasing ordering} \end{table} -In the following table, we report the same experiment with small occurence strings (i.e. less than 50). + \begin{table} \begin{tabular}{|l|l|} \hline & Number of experiments\\ \hline -Name of PRNG & 500000000\\ +Name of PRNG & 500,000,000\\ +\hline +lcg & 2652694\\ +\hline +rand & 1511.34\\ \hline -BBS & 322.88\\ +xor128 & 1489.53\\ \hline -lcg & 435.89\\ +dev random & 1477.99\\ \hline -xor128 & 347.61\\ +xorshift & 1474.00\\ \hline -rand & 348.02\\ +BBS & 1403.50\\ \hline -xorshift & 338.33\\ +isaac & 1397.28\\ \hline -dev random & 341.16\\ +new prng & 1356.76\\ \hline -new prng & 335.00\\ + +\end{tabular} +\caption{Chi squared for some PRNG with different number generations in decreasing ordering} +\end{table} + + +\begin{table} +\begin{tabular}{|l|l|} \hline -isaac & 333.39\\ + & Number of experiments\\ +\hline +Name of PRNG & 50,000,000\\ +\hline +lcg & 1191.87\\ +\hline +rand & 1187.18\\ +\hline +xorshift & 1257.87\\ +\hline +new prng & 1210.77\\ \hline +dev random & 1190.33\\ +\hline +xor128 & 1190.11\\ +\hline +isaac & 1188.74\\ +\hline +BBS & 1185.77\\ +\hline + +\end{tabular} +\caption{Distance for some PRNG with different number generations in decreasing ordering} +\end{table} + + +\begin{table} +\begin{tabular}{|l|l|} +\hline + & Number of experiments\\ +\hline +Name of PRNG & 50,000,000\\ +\hline +lcg & 2664408\\ +\hline +xorshift & 14904.91\\ +\hline +new prng & 14711.53\\ +\hline +dev random & 14189.61\\ +\hline +BBS & 13857.77\\ +\hline +isaac & 13933.8\\ +\hline +xor128 & 13426.15\\ +\hline +rand & 13339.74\\ +\hline + \end{tabular} -\caption{Distance for some PRNG with different number generations for small occurrence strings} +\caption{Chi squared for some PRNG with different number generations in decreasing ordering} \end{table} + + \end{document}