]> AND Private Git Repository - book_gpu.git/blobdiff - BookGPU/Chapters/chapter18/ch18.aux
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
new
[book_gpu.git] / BookGPU / Chapters / chapter18 / ch18.aux
index f9f97ae003f83e6339009506964df58810f3dea4..884902a2c52dbc8a5d34d2a9c8977509e36e99ec 100644 (file)
@@ -2,52 +2,60 @@
 \@writefile{toc}{\author{Rapha\IeC {\"e}l Couturier}{}}
 \@writefile{toc}{\author{Christophe Guyeux}{}}
 \@writefile{loa}{\addvspace {10\p@ }}
 \@writefile{toc}{\author{Rapha\IeC {\"e}l Couturier}{}}
 \@writefile{toc}{\author{Christophe Guyeux}{}}
 \@writefile{loa}{\addvspace {10\p@ }}
-\@writefile{toc}{\contentsline {chapter}{\numberline {14}Pseudo Random Number Generator on GPU}{305}}
+\@writefile{toc}{\contentsline {chapter}{\numberline {18}Pseudorandom Number Generator on GPU}{423}}
 \@writefile{lof}{\addvspace {10\p@ }}
 \@writefile{lot}{\addvspace {10\p@ }}
 \@writefile{lof}{\addvspace {10\p@ }}
 \@writefile{lot}{\addvspace {10\p@ }}
-\newlabel{chapter18}{{14}{305}}
-\@writefile{toc}{\contentsline {section}{\numberline {14.1}Introduction}{305}}
-\@writefile{toc}{\contentsline {section}{\numberline {14.2}Basic Recalls}{306}}
-\newlabel{section:BASIC RECALLS}{{14.2}{306}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {14.2.1}Devaney's Chaotic Dynamical Systems}{306}}
-\@writefile{toc}{\contentsline {section}{\numberline {14.3}Toward Efficiency and Improvement for CI PRNG}{306}}
-\newlabel{sec:efficient PRNG}{{14.3}{306}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {14.3.1}First Efficient Implementation of a PRNG based on Chaotic Iterations}{306}}
-\newlabel{algo:seqCIPRNG}{{14.1}{306}}
-\@writefile{lol}{\contentsline {lstlisting}{\numberline {14.1}C code of the sequential PRNG based on chaotic iterations}{306}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {14.3.2}Efficient PRNGs based on Chaotic Iterations on GPU}{307}}
-\newlabel{sec:efficient PRNG gpu}{{14.3.2}{307}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {14.3.3}Naive Version for GPU}{307}}
-\@writefile{loa}{\contentsline {algocf}{\numberline {12}{\ignorespaces Main kernel of the GPU ``naive'' version of the PRNG based on chaotic iterations\relax }}{308}}
-\newlabel{algo:gpu_kernel}{{12}{308}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {14.3.4}Improved Version for GPU}{308}}
-\newlabel{IR}{{13}{309}}
-\@writefile{loa}{\contentsline {algocf}{\numberline {13}{\ignorespaces Main kernel for the chaotic iterations based PRNG GPU efficient version\relax }}{309}}
-\newlabel{algo:gpu_kernel2}{{13}{309}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {14.3.5}Chaos Evaluation of the Improved Version}{309}}
-\@writefile{toc}{\contentsline {section}{\numberline {14.4}Experiments}{310}}
-\newlabel{sec:experiments}{{14.4}{310}}
-\@writefile{lof}{\contentsline {figure}{\numberline {14.1}{\ignorespaces Quantity of pseudorandom numbers generated per second with the xorlike-based PRNG\relax }}{311}}
-\newlabel{fig:time_xorlike_gpu}{{14.1}{311}}
-\@writefile{lof}{\contentsline {figure}{\numberline {14.2}{\ignorespaces Quantity of pseudorandom numbers generated per second using the BBS-based PRNG\relax }}{312}}
-\newlabel{fig:time_bbs_gpu}{{14.2}{312}}
+\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}{
 \@setckpt{Chapters/chapter18/ch18}{
-\setcounter{page}{313}
-\setcounter{equation}{0}
-\setcounter{enumi}{2}
+\setcounter{page}{435}
+\setcounter{equation}{5}
+\setcounter{enumi}{3}
 \setcounter{enumii}{0}
 \setcounter{enumiii}{0}
 \setcounter{enumii}{0}
 \setcounter{enumiii}{0}
-\setcounter{enumiv}{0}
+\setcounter{enumiv}{17}
 \setcounter{footnote}{2}
 \setcounter{mpfootnote}{0}
 \setcounter{footnote}{2}
 \setcounter{mpfootnote}{0}
-\setcounter{part}{1}
-\setcounter{chapter}{14}
-\setcounter{section}{4}
+\setcounter{part}{6}
+\setcounter{chapter}{18}
+\setcounter{section}{5}
 \setcounter{subsection}{0}
 \setcounter{subsubsection}{0}
 \setcounter{paragraph}{0}
 \setcounter{subparagraph}{0}
 \setcounter{subsection}{0}
 \setcounter{subsubsection}{0}
 \setcounter{paragraph}{0}
 \setcounter{subparagraph}{0}
-\setcounter{figure}{2}
+\setcounter{figure}{1}
 \setcounter{table}{0}
 \setcounter{numauthors}{0}
 \setcounter{parentequation}{4}
 \setcounter{table}{0}
 \setcounter{numauthors}{0}
 \setcounter{parentequation}{4}
 \setcounter{lstnumber}{15}
 \setcounter{ContinuedFloat}{0}
 \setcounter{AlgoLine}{14}
 \setcounter{lstnumber}{15}
 \setcounter{ContinuedFloat}{0}
 \setcounter{AlgoLine}{14}
-\setcounter{algocfline}{13}
-\setcounter{algocfproc}{13}
-\setcounter{algocf}{13}
+\setcounter{algocfline}{21}
+\setcounter{algocfproc}{21}
+\setcounter{algocf}{21}
+\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}
 \setcounter{example}{0}
 \setcounter{proposition}{1}
 \setcounter{theorem}{0}
 \setcounter{exercise}{0}
 \setcounter{example}{0}
-\setcounter{definition}{0}
+\setcounter{definition}{2}
 \setcounter{proof}{1}
 \setcounter{lstlisting}{1}
 }
 \setcounter{proof}{1}
 \setcounter{lstlisting}{1}
 }