random_generator< T > Class Template Reference
The class random_generator can be used in the STL generate function to easily generate random ints either between [0, _max) if only one value (_max) is given to the ctor or in [_min,_max) if 2 values are given (_min, _max).
More...
#include <rnd_generators.h>
List of all members.
Detailed Description
template<class T = uint32_t>
class random_generator< T >
The class random_generator can be used in the STL generate function to easily generate random ints either between [0, _max) if only one value (_max) is given to the ctor or in [_min,_max) if 2 values are given (_min, _max).
Definition at line 87 of file rnd_generators.h.
The documentation for this class was generated from the following file:
Generated on Thu Apr 19 11:02:34 2007 for EO by
1.4.7