\@writefile{toc}{\author{Rapha\IeC {\"e}l Couturier}{}}
\@writefile{toc}{\author{Christophe Guyeux}{}}
\@writefile{loa}{\addvspace {10\p@ }}
-\@writefile{toc}{\contentsline {chapter}{\numberline {15}Pseudorandom Number Generator on GPU}{319}}
+\@writefile{toc}{\contentsline {chapter}{\numberline {18}Pseudorandom Number Generator on GPU}{423}}
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
-\newlabel{chapter18}{{15}{319}}
-\@writefile{toc}{\contentsline {section}{\numberline {15.1}Introduction}{319}}
-\@writefile{toc}{\contentsline {section}{\numberline {15.2}Basic Remindees}{321}}
-\newlabel{section:BASIC RECALLS}{{15.2}{321}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {15.2.1}A Short Presentation of Chaos}{321}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {15.2.2}On Devaney's Definition of Chaos}{321}}
-\newlabel{sec:dev}{{15.2.2}{321}}
-\newlabel{Devaney}{{15.1}{321}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {15.2.3}Chaotic iterations}{322}}
-\newlabel{subsection:Chaotic iterations}{{15.2.3}{322}}
-\newlabel{Chaotic iterations}{{2}{322}}
-\newlabel{eq:generalIC}{{15.4}{323}}
-\newlabel{equation Oplus}{{15.5}{323}}
-\@writefile{toc}{\contentsline {section}{\numberline {15.3}Toward Efficiency and Improvement for CI PRNG}{323}}
-\newlabel{sec:efficient PRNG}{{15.3}{323}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {15.3.1}First Efficient Implementation of a PRNG based on Chaotic Iterations}{323}}
-\newlabel{algo:seqCIPRNG}{{15.1}{323}}
-\@writefile{lol}{\contentsline {lstlisting}{\numberline {15.1}C code of the sequential PRNG based on chaotic iterations}{323}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {15.3.2}Efficient PRNGs based on Chaotic Iterations on GPU}{324}}
-\newlabel{sec:efficient PRNG gpu}{{15.3.2}{324}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {15.3.3}Naive Version for GPU}{324}}
-\@writefile{loa}{\contentsline {algocf}{\numberline {16}{\ignorespaces Main kernel of the GPU ``naive'' version of the PRNG based on chaotic iterations\relax }}{325}}
-\newlabel{algo:gpu_kernel}{{16}{325}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {15.3.4}Improved Version for GPU}{325}}
-\newlabel{IR}{{17}{326}}
-\@writefile{loa}{\contentsline {algocf}{\numberline {17}{\ignorespaces Main kernel for the chaotic iterations based PRNG GPU efficient version\relax }}{326}}
-\newlabel{algo:gpu_kernel2}{{17}{326}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {15.3.5}Chaos Evaluation of the Improved Version}{326}}
-\@writefile{toc}{\contentsline {section}{\numberline {15.4}Experiments}{327}}
-\newlabel{sec:experiments}{{15.4}{327}}
-\@writefile{toc}{\contentsline {section}{\numberline {15.5}Summary}{327}}
-\@writefile{lof}{\contentsline {figure}{\numberline {15.1}{\ignorespaces Quantity of pseudorandom numbers generated per second with the xorlike-based PRNG\relax }}{328}}
-\newlabel{fig:time_xorlike_gpu}{{15.1}{328}}
-\@writefile{toc}{\contentsline {section}{Bibliography}{329}}
+\newlabel{chapter18}{{18}{423}}
+\@writefile{toc}{\contentsline {section}{\numberline {18.1}Introduction}{423}}
+\@writefile{toc}{\contentsline {section}{\numberline {18.2}Basic Remindees}{425}}
+\newlabel{section:BASIC RECALLS}{{18.2}{425}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {18.2.1}A Short Presentation of Chaos}{425}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {18.2.2}On Devaney's Definition of Chaos}{425}}
+\newlabel{sec:dev}{{18.2.2}{425}}
+\newlabel{Devaney}{{18.1}{425}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {18.2.3}Chaotic iterations}{426}}
+\newlabel{subsection:Chaotic iterations}{{18.2.3}{426}}
+\newlabel{Chaotic iterations}{{2}{426}}
+\newlabel{eq:generalIC}{{18.4}{427}}
+\newlabel{equation Oplus}{{18.5}{427}}
+\@writefile{toc}{\contentsline {section}{\numberline {18.3}Toward Efficiency and Improvement for CI PRNG}{427}}
+\newlabel{sec:efficient PRNG}{{18.3}{427}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {18.3.1}First Efficient Implementation of a PRNG based on Chaotic Iterations}{427}}
+\newlabel{algo:seqCIPRNG}{{18.1}{427}}
+\@writefile{lol}{\contentsline {lstlisting}{\numberline {18.1}C code of the sequential PRNG based on chaotic iterations}{427}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {18.3.2}Efficient PRNGs based on Chaotic Iterations on GPU}{428}}
+\newlabel{sec:efficient PRNG gpu}{{18.3.2}{428}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {18.3.3}Naive Version for GPU}{428}}
+\@writefile{loa}{\contentsline {algocf}{\numberline {20}{\ignorespaces Main kernel of the GPU ``naive'' version of the PRNG based on chaotic iterations\relax }}{429}}
+\newlabel{algo:gpu_kernel}{{20}{429}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {18.3.4}Improved Version for GPU}{429}}
+\newlabel{IR}{{21}{430}}
+\@writefile{loa}{\contentsline {algocf}{\numberline {21}{\ignorespaces Main kernel for the chaotic iterations based PRNG GPU efficient version\relax }}{430}}
+\newlabel{algo:gpu_kernel2}{{21}{430}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {18.3.5}Chaos Evaluation of the Improved Version}{430}}
+\@writefile{toc}{\contentsline {section}{\numberline {18.4}Experiments}{431}}
+\newlabel{sec:experiments}{{18.4}{431}}
+\@writefile{toc}{\contentsline {section}{\numberline {18.5}Summary}{431}}
+\@writefile{lof}{\contentsline {figure}{\numberline {18.1}{\ignorespaces Quantity of pseudorandom numbers generated per second with the xorlike-based PRNG\relax }}{432}}
+\newlabel{fig:time_xorlike_gpu}{{18.1}{432}}
+\@writefile{toc}{\contentsline {section}{Bibliography}{433}}
\@setckpt{Chapters/chapter18/ch18}{
-\setcounter{page}{331}
+\setcounter{page}{435}
\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}{6}
-\setcounter{chapter}{15}
+\setcounter{chapter}{18}
\setcounter{section}{5}
\setcounter{subsection}{0}
\setcounter{subsubsection}{0}
\setcounter{lstnumber}{15}
\setcounter{ContinuedFloat}{0}
\setcounter{AlgoLine}{14}
-\setcounter{algocfline}{17}
-\setcounter{algocfproc}{17}
-\setcounter{algocf}{17}
+\setcounter{algocfline}{21}
+\setcounter{algocfproc}{21}
+\setcounter{algocf}{21}
\setcounter{nprt@mantissa@digitsbefore}{0}
\setcounter{nprt@mantissa@digitsafter}{0}
\setcounter{nprt@exponent@digitsbefore}{0}