2 \@writefile{toc}{\author{Rapha\IeC {\"e}l Couturier}{}}
3 \@writefile{toc}{\author{Christophe Guyeux}{}}
4 \@writefile{loa}{\addvspace {10\p@ }}
5 \@writefile{toc}{\contentsline {chapter}{\numberline {1}Pseudo Random Number Generator on GPU}{3}}
6 \@writefile{lof}{\addvspace {10\p@ }}
7 \@writefile{lot}{\addvspace {10\p@ }}
8 \newlabel{chapter18}{{1}{3}}
9 \@writefile{toc}{\contentsline {section}{\numberline {1.1}Introduction}{3}}
10 \@writefile{toc}{\contentsline {section}{\numberline {1.2}Basic Recalls}{4}}
11 \newlabel{section:BASIC RECALLS}{{1.2}{4}}
12 \@writefile{toc}{\contentsline {subsection}{\numberline {1.2.1}Devaney's Chaotic Dynamical Systems}{5}}
13 \@writefile{toc}{\contentsline {section}{\numberline {1.3}Toward Efficiency and Improvement for CI PRNG}{5}}
14 \newlabel{sec:efficient PRNG}{{1.3}{5}}
15 \@writefile{toc}{\contentsline {subsection}{\numberline {1.3.1}First Efficient Implementation of a PRNG based on Chaotic Iterations}{5}}
16 \newlabel{algo:seqCIPRNG}{{1.1}{5}}
17 \@writefile{lol}{\contentsline {lstlisting}{\numberline {1.1}C code of the sequential PRNG based on chaotic iterations}{5}}
18 \@writefile{toc}{\contentsline {subsection}{\numberline {1.3.2}Efficient PRNGs based on Chaotic Iterations on GPU}{5}}
19 \newlabel{sec:efficient PRNG gpu}{{1.3.2}{5}}
20 \@writefile{toc}{\contentsline {subsection}{\numberline {1.3.3}Naive Version for GPU}{6}}
21 \@writefile{loa}{\contentsline {algocf}{\numberline {1}{\ignorespaces Main kernel of the GPU ``naive'' version of the PRNG based on chaotic iterations\relax }}{6}}
22 \providecommand*\caption@xref[2]{\@setref\relax\@undefined{#1}}
23 \newlabel{algo:gpu_kernel}{{1}{6}}
24 \@writefile{toc}{\contentsline {subsection}{\numberline {1.3.4}Improved Version for GPU}{7}}
25 \@writefile{toc}{\contentsline {subsection}{\numberline {1.3.5}Chaos Evaluation of the Improved Version}{7}}
27 \@writefile{loa}{\contentsline {algocf}{\numberline {2}{\ignorespaces Main kernel for the chaotic iterations based PRNG GPU efficient version\relax }}{8}}
28 \newlabel{algo:gpu_kernel2}{{2}{8}}
29 \@writefile{toc}{\contentsline {section}{\numberline {1.4}Experiments}{8}}
30 \newlabel{sec:experiments}{{1.4}{8}}
31 \@writefile{lof}{\contentsline {figure}{\numberline {1.1}{\ignorespaces Quantity of pseudorandom numbers generated per second with the xorlike-based PRNG\relax }}{9}}
32 \newlabel{fig:time_xorlike_gpu}{{1.1}{9}}
33 \@writefile{lof}{\contentsline {figure}{\numberline {1.2}{\ignorespaces Quantity of pseudorandom numbers generated per second using the BBS-based PRNG\relax }}{10}}
34 \newlabel{fig:time_bbs_gpu}{{1.2}{10}}
35 \@writefile{toc}{\contentsline {section}{Bibliography}{11}}
36 \@setckpt{Chapters/chapter18/ch18}{
38 \setcounter{equation}{0}
40 \setcounter{enumii}{0}
41 \setcounter{enumiii}{0}
42 \setcounter{enumiv}{5}
43 \setcounter{footnote}{2}
44 \setcounter{mpfootnote}{0}
46 \setcounter{chapter}{1}
47 \setcounter{section}{4}
48 \setcounter{subsection}{0}
49 \setcounter{subsubsection}{0}
50 \setcounter{paragraph}{0}
51 \setcounter{subparagraph}{0}
52 \setcounter{figure}{2}
54 \setcounter{numauthors}{0}
55 \setcounter{parentequation}{0}
56 \setcounter{subfigure}{0}
57 \setcounter{lofdepth}{1}
58 \setcounter{subtable}{0}
59 \setcounter{lotdepth}{1}
60 \setcounter{lstnumber}{15}
61 \setcounter{ContinuedFloat}{0}
62 \setcounter{AlgoLine}{14}
63 \setcounter{algocfline}{2}
64 \setcounter{algocfproc}{2}
65 \setcounter{algocf}{2}
66 \setcounter{proposition}{0}
67 \setcounter{theorem}{0}
68 \setcounter{exercise}{0}
69 \setcounter{example}{0}
70 \setcounter{definition}{0}
72 \setcounter{lstlisting}{1}