EvolvingObjects
|
The class negexp_generator can be used in the STL generate function to easily generate negative exponential distributed floats and doubles. More...
#include <eoUniformInit.h>
Public Member Functions | |
eoNegExpInit (T _mean=1.0, eoRng &_rng=rng) | |
void | operator() (T &_t) |
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.
distributions "
The user can supply a mean.
Definition at line 148 of file eoUniformInit.h.