EvolvingObjects
|
Another class random_generator that can be used in the STL random_shuffle function (see eoPop::shuffle): its operator() takes an unsigned argument m and must return an unsigned uniformly distributed in [0,m}. More...
#include <rnd_generators.h>
Public Member Functions | |
UF_random_generator (eoRng &_rng=rng) | |
T | operator() (T _t) |
Private Attributes | |
eoRng & | random |
Another class random_generator that can be used in the STL random_shuffle function (see eoPop::shuffle): its operator() takes an unsigned argument m and must return an unsigned uniformly distributed in [0,m}.
Definition at line 125 of file rnd_generators.h.