EvolvingObjects
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.

Public Member Functions

 uniform_generator (T _max=T(1.0), eoRng &_rng=rng)
 uniform_generator (T _min, T _max, eoRng &_rng=rng)
operator() (void)

Private Attributes

minim
range
eoRnguniform

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


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends