\@writefile{toc}{\author{Rapha\IeC {\"e}l Couturier}{}}
\@writefile{toc}{\author{Christophe Guyeux}{}}
\@writefile{loa}{\addvspace {10\p@ }}
-\@writefile{toc}{\contentsline {chapter}{\numberline {16}Pseudorandom Number Generator on GPU}{361}}
+\@writefile{toc}{\contentsline {chapter}{\numberline {18}Pseudorandom Number Generator on GPU}{427}}
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
-\newlabel{chapter18}{{16}{361}}
-\@writefile{toc}{\contentsline {section}{\numberline {16.1}Introduction}{361}}
-\@writefile{toc}{\contentsline {section}{\numberline {16.2}Basic Recalls}{363}}
-\newlabel{section:BASIC RECALLS}{{16.2}{363}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {16.2.1}A Short Presentation of Chaos}{363}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {16.2.2}On Devaney's Definition of Chaos}{363}}
-\newlabel{sec:dev}{{16.2.2}{363}}
-\newlabel{Devaney}{{16.1}{363}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {16.2.3}Chaotic iterations}{364}}
-\newlabel{subsection:Chaotic iterations}{{16.2.3}{364}}
-\newlabel{Chaotic iterations}{{2}{364}}
-\newlabel{eq:generalIC}{{16.4}{365}}
-\newlabel{equation Oplus}{{16.5}{365}}
-\@writefile{toc}{\contentsline {section}{\numberline {16.3}Toward Efficiency and Improvement for CI PRNG}{365}}
-\newlabel{sec:efficient PRNG}{{16.3}{365}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {16.3.1}First Efficient Implementation of a PRNG based on Chaotic Iterations}{365}}
-\newlabel{algo:seqCIPRNG}{{16.1}{365}}
-\@writefile{lol}{\contentsline {lstlisting}{\numberline {16.1}C code of the sequential PRNG based on chaotic iterations}{365}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {16.3.2}Efficient PRNGs based on Chaotic Iterations on GPU}{366}}
-\newlabel{sec:efficient PRNG gpu}{{16.3.2}{366}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {16.3.3}Naive Version for GPU}{366}}
-\@writefile{loa}{\contentsline {algocf}{\numberline {16}{\ignorespaces Main kernel of the GPU ``naive'' version of the PRNG based on chaotic iterations\relax }}{367}}
-\newlabel{algo:gpu_kernel}{{16}{367}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {16.3.4}Improved Version for GPU}{367}}
-\newlabel{IR}{{17}{368}}
-\@writefile{loa}{\contentsline {algocf}{\numberline {17}{\ignorespaces Main kernel for the chaotic iterations based PRNG GPU efficient version\relax }}{368}}
-\newlabel{algo:gpu_kernel2}{{17}{368}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {16.3.5}Chaos Evaluation of the Improved Version}{368}}
-\@writefile{toc}{\contentsline {section}{\numberline {16.4}Experiments}{369}}
-\newlabel{sec:experiments}{{16.4}{369}}
-\@writefile{lof}{\contentsline {figure}{\numberline {16.1}{\ignorespaces Quantity of pseudorandom numbers generated per second with the xorlike-based PRNG\relax }}{370}}
-\newlabel{fig:time_xorlike_gpu}{{16.1}{370}}
-\@writefile{toc}{\contentsline {section}{Bibliography}{371}}
+\newlabel{chapter18}{{18}{427}}
+\@writefile{toc}{\contentsline {section}{\numberline {18.1}Introduction}{427}}
+\@writefile{toc}{\contentsline {section}{\numberline {18.2}Basic Remindees}{429}}
+\newlabel{section:BASIC RECALLS}{{18.2}{429}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {18.2.1}A Short Presentation of Chaos}{429}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {18.2.2}On Devaney's Definition of Chaos}{429}}
+\newlabel{sec:dev}{{18.2.2}{429}}
+\newlabel{Devaney}{{18.1}{429}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {18.2.3}Chaotic iterations}{430}}
+\newlabel{subsection:Chaotic iterations}{{18.2.3}{430}}
+\newlabel{Chaotic iterations}{{2}{430}}
+\newlabel{eq:generalIC}{{18.4}{431}}
+\newlabel{equation Oplus}{{18.5}{431}}
+\@writefile{toc}{\contentsline {section}{\numberline {18.3}Toward Efficiency and Improvement for CI PRNG}{431}}
+\newlabel{sec:efficient PRNG}{{18.3}{431}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {18.3.1}First Efficient Implementation of a PRNG based on Chaotic Iterations}{431}}
+\newlabel{algo:seqCIPRNG}{{18.1}{431}}
+\@writefile{lol}{\contentsline {lstlisting}{\numberline {18.1}C code of the sequential PRNG based on chaotic iterations}{431}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {18.3.2}Efficient PRNGs based on Chaotic Iterations on GPU}{432}}
+\newlabel{sec:efficient PRNG gpu}{{18.3.2}{432}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {18.3.3}Naive Version for GPU}{432}}
+\@writefile{loa}{\contentsline {algocf}{\numberline {22}{\ignorespaces Main kernel of the GPU ``naive'' version of the PRNG based on chaotic iterations\relax }}{433}}
+\newlabel{algo:gpu_kernel}{{22}{433}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {18.3.4}Improved Version for GPU}{433}}
+\newlabel{IR}{{23}{434}}
+\@writefile{loa}{\contentsline {algocf}{\numberline {23}{\ignorespaces Main kernel for the chaotic iterations based PRNG GPU efficient version\relax }}{434}}
+\newlabel{algo:gpu_kernel2}{{23}{434}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {18.3.5}Chaos Evaluation of the Improved Version}{434}}
+\@writefile{toc}{\contentsline {section}{\numberline {18.4}Experiments}{435}}
+\newlabel{sec:experiments}{{18.4}{435}}
+\@writefile{toc}{\contentsline {section}{\numberline {18.5}Summary}{435}}
+\@writefile{lof}{\contentsline {figure}{\numberline {18.1}{\ignorespaces Quantity of pseudorandom numbers generated per second with the xorlike-based PRNG\relax }}{436}}
+\newlabel{fig:time_xorlike_gpu}{{18.1}{436}}
+\@writefile{toc}{\contentsline {section}{Bibliography}{437}}
\@setckpt{Chapters/chapter18/ch18}{
-\setcounter{page}{373}
+\setcounter{page}{439}
\setcounter{equation}{5}
-\setcounter{enumi}{2}
+\setcounter{enumi}{3}
\setcounter{enumii}{0}
\setcounter{enumiii}{0}
\setcounter{enumiv}{17}
\setcounter{footnote}{2}
\setcounter{mpfootnote}{0}
-\setcounter{part}{1}
-\setcounter{chapter}{16}
-\setcounter{section}{4}
+\setcounter{part}{6}
+\setcounter{chapter}{18}
+\setcounter{section}{5}
\setcounter{subsection}{0}
\setcounter{subsubsection}{0}
\setcounter{paragraph}{0}
\setcounter{lstnumber}{15}
\setcounter{ContinuedFloat}{0}
\setcounter{AlgoLine}{14}
-\setcounter{algocfline}{17}
-\setcounter{algocfproc}{17}
-\setcounter{algocf}{17}
+\setcounter{algocfline}{23}
+\setcounter{algocfproc}{23}
+\setcounter{algocf}{23}
+\setcounter{nprt@mantissa@digitsbefore}{0}
+\setcounter{nprt@mantissa@digitsafter}{0}
+\setcounter{nprt@exponent@digitsbefore}{0}
+\setcounter{nprt@exponent@digitsafter}{0}
+\setcounter{nprt@digitsfirstblock}{0}
+\setcounter{nprt@blockcnt}{0}
+\setcounter{nprt@cntprint}{0}
\setcounter{proposition}{1}
\setcounter{theorem}{0}
\setcounter{exercise}{0}