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

Private GIT Repository
add ch4
[book_gpu.git] / BookGPU / Chapters / chapter18 / ch18.aux
index 558f1cb05d1b449876c2f2fe2280dd388b79a682..74a12314a78a9f9f16659fe16590538c906ff9eb 100644 (file)
@@ -2,61 +2,60 @@
 \@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}{359}}
+\@writefile{toc}{\contentsline {chapter}{\numberline {19}Pseudorandom Number Generator on GPU}{445}}
 \@writefile{lof}{\addvspace {10\p@ }}
 \@writefile{lot}{\addvspace {10\p@ }}
-\newlabel{chapter18}{{16}{359}}
-\@writefile{toc}{\contentsline {section}{\numberline {16.1}Introduction}{359}}
-\@writefile{toc}{\contentsline {section}{\numberline {16.2}Basic Recalls}{361}}
-\newlabel{section:BASIC RECALLS}{{16.2}{361}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {16.2.1}A Short Presentation of Chaos}{361}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {16.2.2}On Devaney's Definition of Chaos}{361}}
-\newlabel{sec:dev}{{16.2.2}{361}}
-\newlabel{Devaney}{{16.1}{361}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {16.2.3}Chaotic iterations}{362}}
-\newlabel{subsection:Chaotic iterations}{{16.2.3}{362}}
-\newlabel{Chaotic iterations}{{2}{362}}
-\newlabel{eq:generalIC}{{16.4}{363}}
-\newlabel{equation Oplus}{{16.5}{363}}
-\@writefile{toc}{\contentsline {section}{\numberline {16.3}Toward Efficiency and Improvement for CI PRNG}{363}}
-\newlabel{sec:efficient PRNG}{{16.3}{363}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {16.3.1}First Efficient Implementation of a PRNG based on Chaotic Iterations}{363}}
-\newlabel{algo:seqCIPRNG}{{16.1}{363}}
-\@writefile{lol}{\contentsline {lstlisting}{\numberline {16.1}C code of the sequential PRNG based on chaotic iterations}{363}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {16.3.2}Efficient PRNGs based on Chaotic Iterations on GPU}{364}}
-\newlabel{sec:efficient PRNG gpu}{{16.3.2}{364}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {16.3.3}Naive Version for GPU}{364}}
-\@writefile{loa}{\contentsline {algocf}{\numberline {16}{\ignorespaces Main kernel of the GPU ``naive'' version of the PRNG based on chaotic iterations\relax }}{365}}
-\newlabel{algo:gpu_kernel}{{16}{365}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {16.3.4}Improved Version for GPU}{365}}
-\newlabel{IR}{{17}{366}}
-\@writefile{loa}{\contentsline {algocf}{\numberline {17}{\ignorespaces Main kernel for the chaotic iterations based PRNG GPU efficient version\relax }}{366}}
-\newlabel{algo:gpu_kernel2}{{17}{366}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {16.3.5}Chaos Evaluation of the Improved Version}{366}}
-\@writefile{toc}{\contentsline {section}{\numberline {16.4}Experiments}{367}}
-\newlabel{sec:experiments}{{16.4}{367}}
-\@writefile{lof}{\contentsline {figure}{\numberline {16.1}{\ignorespaces Quantity of pseudorandom numbers generated per second with the xorlike-based PRNG\relax }}{368}}
-\newlabel{fig:time_xorlike_gpu}{{16.1}{368}}
-\@writefile{lof}{\contentsline {figure}{\numberline {16.2}{\ignorespaces Quantity of pseudorandom numbers generated per second using the BBS-based PRNG\relax }}{369}}
-\newlabel{fig:time_bbs_gpu}{{16.2}{369}}
-\@writefile{toc}{\contentsline {section}{Bibliography}{370}}
+\newlabel{chapter18}{{19}{445}}
+\@writefile{toc}{\contentsline {section}{\numberline {19.1}Introduction}{445}}
+\@writefile{toc}{\contentsline {section}{\numberline {19.2}Basic Remindees}{447}}
+\newlabel{section:BASIC RECALLS}{{19.2}{447}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {19.2.1}A Short Presentation of Chaos}{447}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {19.2.2}On Devaney's Definition of Chaos}{447}}
+\newlabel{sec:dev}{{19.2.2}{447}}
+\newlabel{Devaney}{{19.1}{447}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {19.2.3}Chaotic iterations}{448}}
+\newlabel{subsection:Chaotic iterations}{{19.2.3}{448}}
+\newlabel{Chaotic iterations}{{2}{448}}
+\newlabel{eq:generalIC}{{19.4}{449}}
+\newlabel{equation Oplus}{{19.5}{449}}
+\@writefile{toc}{\contentsline {section}{\numberline {19.3}Toward Efficiency and Improvement for CI PRNG}{449}}
+\newlabel{sec:efficient PRNG}{{19.3}{449}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {19.3.1}First Efficient Implementation of a PRNG based on Chaotic Iterations}{449}}
+\newlabel{algo:seqCIPRNG}{{19.1}{449}}
+\@writefile{lol}{\contentsline {lstlisting}{\numberline {19.1}C code of the sequential PRNG based on chaotic iterations}{449}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {19.3.2}Efficient PRNGs based on Chaotic Iterations on GPU}{450}}
+\newlabel{sec:efficient PRNG gpu}{{19.3.2}{450}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {19.3.3}Naive Version for GPU}{450}}
+\@writefile{loa}{\contentsline {algocf}{\numberline {23}{\ignorespaces Main kernel of the GPU ``naive'' version of the PRNG based on chaotic iterations\relax }}{451}}
+\newlabel{algo:gpu_kernel}{{23}{451}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {19.3.4}Improved Version for GPU}{451}}
+\newlabel{IR}{{24}{452}}
+\@writefile{loa}{\contentsline {algocf}{\numberline {24}{\ignorespaces Main kernel for the chaotic iterations based PRNG GPU efficient version\relax }}{452}}
+\newlabel{algo:gpu_kernel2}{{24}{452}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {19.3.5}Chaos Evaluation of the Improved Version}{452}}
+\@writefile{toc}{\contentsline {section}{\numberline {19.4}Experiments}{453}}
+\newlabel{sec:experiments}{{19.4}{453}}
+\@writefile{toc}{\contentsline {section}{\numberline {19.5}Summary}{453}}
+\@writefile{lof}{\contentsline {figure}{\numberline {19.1}{\ignorespaces Quantity of pseudorandom numbers generated per second with the xorlike-based PRNG\relax }}{454}}
+\newlabel{fig:time_xorlike_gpu}{{19.1}{454}}
+\@writefile{toc}{\contentsline {section}{Bibliography}{455}}
 \@setckpt{Chapters/chapter18/ch18}{
-\setcounter{page}{372}
+\setcounter{page}{457}
 \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}{19}
+\setcounter{section}{5}
 \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{lstnumber}{15}
 \setcounter{ContinuedFloat}{0}
 \setcounter{AlgoLine}{14}
-\setcounter{algocfline}{17}
-\setcounter{algocfproc}{17}
-\setcounter{algocf}{17}
+\setcounter{algocfline}{24}
+\setcounter{algocfproc}{24}
+\setcounter{algocf}{24}
+\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}