* doc: badly named name of eoOneBitFlip, added eoBooleanGenerator in bitstring group
This commit is contained in:
parent
55cbeb0ca1
commit
a6c8b9733c
2 changed files with 3 additions and 2 deletions
|
|
@ -36,8 +36,8 @@
|
||||||
#include <ga/eoBit.h>
|
#include <ga/eoBit.h>
|
||||||
|
|
||||||
|
|
||||||
/** eoBitFlip --> changes 1 bit
|
/** eoOneBitFlip --> changes 1 bit
|
||||||
\class eoBitBitFlip eoBitOp.h ga/eoBitOp.h
|
\class eoOneBitFlip eoBitOp.h ga/eoBitOp.h
|
||||||
\ingroup bitstring
|
\ingroup bitstring
|
||||||
|
|
||||||
@ingroup Variators
|
@ingroup Variators
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,7 @@ inline bool eoUniformGenerator<bool>::operator()(void)
|
||||||
/**
|
/**
|
||||||
The class eoBooleanGenerator can be used in the STL generate function
|
The class eoBooleanGenerator can be used in the STL generate function
|
||||||
to easily generate random booleans with a specified bias
|
to easily generate random booleans with a specified bias
|
||||||
|
\ingroup bitstring
|
||||||
*/
|
*/
|
||||||
class eoBooleanGenerator : public eoRndGenerator<bool>
|
class eoBooleanGenerator : public eoRndGenerator<bool>
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Reference in a new issue