#include <eoRndGenerators.h>
Inheritance diagram for eoBooleanGenerator:

Public Member Functions | |
| eoBooleanGenerator (float _bias=0.5, eoRng &_rng=rng) | |
| bool | operator() (void) |
| The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
| float | bias |
| eoRng & | gen |
Definition at line 104 of file eoRndGenerators.h.
1.4.7