paradiseo/trunk/paradiseo-eo/doc/man/man3/eoRndGenerator.3
legrand c3aec878e5 Paradiseo-eo sources added
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@40 331e1502-861f-0410-8da2-ba01fb791d7f
2006-12-12 14:49:08 +00:00

38 lines
1.1 KiB
Groff

.TH "eoRndGenerator" 3 "19 Oct 2006" "Version 0.9.4-cvs" "EO" \" -*- nroff -*-
.ad l
.nh
.SH NAME
eoRndGenerator \- By popular demand re-introducing a base class for a family of random number generators.
.PP
.SH SYNOPSIS
.br
.PP
\fC#include <eoRndGenerators.h>\fP
.PP
Inherits \fBeoF< T >\fP.
.PP
Inherited by \fBeoNegExpGenerator< T >\fP, \fBeoNormalGenerator< T >\fP, and \fBeoUniformGenerator< T >\fP.
.PP
.SS "Private Types"
.in +1c
.ti -1c
.RI "typedef T \fBAtomType\fP"
.br
.in -1c
.SH "Detailed Description"
.PP
.SS "template<class T> class eoRndGenerator< T >"
By popular demand re-introducing a base class for a family of random number generators.
Derived members of this class are useful to initialize fixed/variable length genotypes that have an 'atomic' type in an indepent way (thus without employing any knowledge about the problem domain).
.PP
See derived classes \fBeoUniformGenerator\fP, \fBeoBooleanGenerator\fP, \fBeoNormalGenerator\fP and \fBeoNegExpGenerator\fP
.PP
Definition at line 47 of file eoRndGenerators.h.
.SH "Author"
.PP
Generated automatically by Doxygen for EO from the source code.