]> AND Private Git Repository - turing4complexity.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
2
authorcouturie <couturie@carcariass.(none)>
Sun, 25 Mar 2012 17:56:45 +0000 (19:56 +0200)
committercouturie <couturie@carcariass.(none)>
Sun, 25 Mar 2012 17:56:45 +0000 (19:56 +0200)
turing4complexity.tex

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..bbc2e69263d2af70664803c6962b264002771743 100644 (file)
@@ -0,0 +1,32 @@
+\documentclass{article}
+
+\title{Using complexity of short strings to define new statistical tests for PRNGs}
+
+
+\begin{document}
+\maketitle
+
+
+\begin{abstract}
+blabalbabla
+\end{abstract}
+
+
+\section{Introduction}
+
+\section{Algorithmic complexity for short strings}
+
+In their paper, they introduced a method to compute the complexity of D(n).
+With D(4), 5 970 768 960 machines halt. There are 1832 different strings.
+
+\section{PRNG preserve distribution of short strings}
+
+In this section, we propose to measure the quality of a PRNG by considering that
+a good PRNG must preserve the distribution of short strings. More precisely, the
+pseudo-random  numbers obtained  by a  PRNG can  form the  states of  the Rado's
+original  Busy Beaver. Then,  machines obtained  by such  a construction  can be
+executed and if the PRNG is good, machines should generate the same strings with
+the same distribution than the theoretical Busy Beaver (with all the enumeration
+of states).
+
+\end{document}