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
38
trunk/paradiseo-eo/doc/man/man3/eoRndGenerator.3
Normal file
38
trunk/paradiseo-eo/doc/man/man3/eoRndGenerator.3
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
.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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue