5 \usepackage[font=footnotesize]{subfig}
8 \usepackage{algorithm2e}
11 \usepackage[latin1]{inputenc}
12 \usepackage[T1]{fontenc}
13 \usepackage[english]{babel}
14 \usepackage{amsmath,amssymb,latexsym,eufrak,euscript}
15 \usepackage{pstricks,pst-node,pst-coil}
19 \usepackage{pgflibrarysnakes}
23 \usetikzlibrary{arrows}
24 \usetikzlibrary{automata}
25 \usetikzlibrary{snakes}
26 \usetikzlibrary{shapes}
29 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30 % Définitions personnelles
31 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33 \definecolor{bleuclair}{rgb}{0.75,0.75,1.0}
34 \newcommand{\ANNOT}[1]{
38 \large\fcolorbox{black}{bleuclair}{
39 \begin{minipage}[h]{.8\linewidth}
49 \newcommand {\tv}[1] {\lVert #1 \rVert_{\rm TV}}
54 \def \ts {\tau_{\rm stop}}
57 % \theoremstyle{plain}
58 % \theoremheaderfont{\normalfont\bfseries\sc}
59 % \theorembodyfont{\slshape}
60 % \theoremsymbol{\ensuremath{\diamondsuit}}
61 % \theoremprework{\bigskip}
62 % \theoremseparator{.}
63 \newtheorem{Def}{\underline{Définition}}
64 \newtheorem{Lemma}{\underline{Lemme}}
65 \newtheorem{Theo}{\underline{Théorème}}
66 % \theoremheaderfont{\sc}
67 % \theorembodyfont{\upshape}
68 % \theoremstyle{nonumberplain}
70 % \theoremsymbol{\rule{1ex}{1ex}}
71 \newtheorem{Proof}{Preuve :}
72 \newtheorem{xpl}{Exemple illustratif :}
74 \newcommand{\vectornorm}[1]{\ensuremath{\left|\left|#1\right|\right|_2}}
75 %\newcommand{\ie}{\textit{i.e.}}
76 \newcommand{\Nats}[0]{\ensuremath{\mathbb{N}}}
77 \newcommand{\R}[0]{\ensuremath{\mathbb{R}}}
78 \newcommand{\Z}[0]{\ensuremath{\mathbb{Z}}}
79 \newcommand{\Bool}[0]{\ensuremath{\mathds{B}}}
80 \newcommand{\rel}[0]{\ensuremath{{\mathcal{R}}}}
81 \newcommand{\Gall}[0]{\ensuremath{\mathcal{G}}}
84 \newcommand{\JFC}[1]{\begin{color}{green}\textit{}\end{color}}
85 \newcommand{\CG}[1]{\begin{color}{blue}\textit{}\end{color}}
86 \newcommand{\og}[0]{``}
87 \newcommand{\fg}[1]{''}
98 \author{Jean-François Couchot, Christophe Guyeux, Pierre-Cyrile Heam}
99 \address{Institut FEMTO-ST, Université de Franche-Comté, Belfort, France}
101 \author{Sylvain Contassot-Vivier}
102 \address{Loria - UMR 7503, Université de Lorraine, Nancy, France}
107 This paper extends the results presented in~\cite{bcgr11ip}
108 and~\cite{chgw14oip} by using the \emph{chaotic} updating mode, in the sense
109 of F. Robert~\cite{Robert}. In this mode, several components of the system
110 may be updated at each iteration. At the theoretical level, we show that
111 the properties of chaos and uniformity of the obtained PRNG are preserved.
112 At the practical level, we show that the algorithm that builds strongly
113 connected iteration graphs, with doubly stochastic Markov matrix, has a
117 \section{Introduction}
120 \section{\uppercase{Preliminaries}}\label{sec:preliminaries}
121 \input{preliminaries}
124 \section{Proof Of Chaos}
128 \section{Stopping Time}
131 % Donner la borne du stopping time quand on marche dedans (nouveau).
132 % Énoncer le problème de la taille de cette borne (elle est certes finie, mais grande).
137 \section{Quality study of the strategy}
138 %6) Se pose alors la question de comment générer une stratégie de "bonne qualité". Par exemple, combien de générateurs aléatoires embarquer ? (nouveau)
141 \section{Expérimentations}
147 %\acknowledgements{...}
150 \bibliography{biblio}