EvolvingObjects
|
The class negexp_generator can be used in the STL generate function to easily generate negative exponential distributed floats and doubles. More...
#include <eoRndGenerators.h>
Public Member Functions | |
eoNegExpGenerator (T _mean=1.0, eoRng &_rng=rng) | |
T | operator() (void) |
The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
T | mean |
eoRng & | negexp |
The class negexp_generator can be used in the STL generate function to easily generate negative exponential distributed floats and doubles.
The user can supply a mean.
Definition at line 148 of file eoRndGenerators.h.