Merge branch 'master' of ssh://localhost:8479/gitroot/eodev/eodev
This commit is contained in:
commit
af0102a5d7
8 changed files with 148 additions and 16 deletions
|
|
@ -36,8 +36,8 @@
|
|||
#include <ga/eoBit.h>
|
||||
|
||||
|
||||
/** eoBitFlip --> changes 1 bit
|
||||
\class eoBitBitFlip eoBitOp.h ga/eoBitOp.h
|
||||
/** eoOneBitFlip --> changes 1 bit
|
||||
\class eoOneBitFlip eoBitOp.h ga/eoBitOp.h
|
||||
\ingroup bitstring
|
||||
|
||||
@ingroup Variators
|
||||
|
|
|
|||
|
|
@ -110,6 +110,7 @@ inline bool eoUniformGenerator<bool>::operator()(void)
|
|||
/**
|
||||
The class eoBooleanGenerator can be used in the STL generate function
|
||||
to easily generate random booleans with a specified bias
|
||||
\ingroup bitstring
|
||||
*/
|
||||
class eoBooleanGenerator : public eoRndGenerator<bool>
|
||||
{
|
||||
|
|
|
|||
Reference in a new issue