Paradiseo-eo sources added
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@40 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
bc1f453978
commit
c3aec878e5
3609 changed files with 342772 additions and 0 deletions
41
trunk/paradiseo-eo/doc/latex/classnormal__generator.tex
Normal file
41
trunk/paradiseo-eo/doc/latex/classnormal__generator.tex
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
\section{normal\_\-generator$<$ T $>$ Class Template Reference}
|
||||
\label{classnormal__generator}\index{normal_generator@{normal\_\-generator}}
|
||||
The class normal\_\-generator can be used in the STL generate function to easily generate gaussian distributed floats and doubles.
|
||||
|
||||
|
||||
{\tt \#include $<$rnd\_\-generators.h$>$}
|
||||
|
||||
\subsection*{Public Member Functions}
|
||||
\begin{CompactItemize}
|
||||
\item
|
||||
{\bf normal\_\-generator} (T \_\-stdev=T(1.0), {\bf eo\-Rng} \&\_\-rng=rng)\label{classnormal__generator_a0}
|
||||
|
||||
\item
|
||||
T {\bf operator()} (void)\label{classnormal__generator_a1}
|
||||
|
||||
\end{CompactItemize}
|
||||
\subsection*{Private Attributes}
|
||||
\begin{CompactItemize}
|
||||
\item
|
||||
T {\bf stdev}\label{classnormal__generator_r0}
|
||||
|
||||
\item
|
||||
{\bf eo\-Rng} \& {\bf normal}\label{classnormal__generator_r1}
|
||||
|
||||
\end{CompactItemize}
|
||||
|
||||
|
||||
\subsection{Detailed Description}
|
||||
\subsubsection*{template$<$class T = double$>$ class normal\_\-generator$<$ T $>$}
|
||||
|
||||
The class normal\_\-generator can be used in the STL generate function to easily generate gaussian distributed floats and doubles.
|
||||
|
||||
The user can supply a standard deviation which defaults to 1.
|
||||
|
||||
|
||||
|
||||
Definition at line 139 of file rnd\_\-generators.h.
|
||||
|
||||
The documentation for this class was generated from the following file:\begin{CompactItemize}
|
||||
\item
|
||||
rnd\_\-generators.h\end{CompactItemize}
|
||||
Loading…
Add table
Add a link
Reference in a new issue