* doc: badly named name of eoOneBitFlip, added eoBooleanGenerator in bitstring group

This commit is contained in:
Caner Candan 2012-03-06 21:55:54 +01:00
commit a6c8b9733c
2 changed files with 3 additions and 2 deletions

View file

@ -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>
{