UF_random_generator< T > Class Template Reference

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>

List of all members.

Public Member Functions

 UF_random_generator (eoRng &_rng=rng)
operator() (T _t)

Private Attributes

eoRngrandom


Detailed Description

template<class T = uint32_t>
class UF_random_generator< T >

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 121 of file rnd_generators.h.


The documentation for this class was generated from the following file:

Generated on Thu Jan 1 23:19:52 2009 for EvolvingObjects by  doxygen 1.5.5