uniform_generator< T > Class Template Reference
The class uniform_generator can be used in the STL generate function to easily generate random floats and doubles either in [0, _max) if only 1 value (_max) is given (or none, as _max defaults to 1.0) 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 = double>
class uniform_generator< T >
The class uniform_generator can be used in the STL generate function to easily generate random floats and doubles either in [0, _max) if only 1 value (_max) is given (or none, as _max defaults to 1.0) or in [_min,_max) if 2 values are given (_min, _max).
Definition at line 44 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