|
Enki
1.9
|
Functor to be used with <algorithm> More...
#include <Random.h>
Public Member Functions | |
| UniformRand (double from=0.0, double to=1.0) | |
| Constructor. Params define the range of the uniform distribution. | |
| double | operator() () const |
| Functor operator for use with, e.g., std::generate. | |
Public Attributes | |
| double | from |
| lower bound of uniform distribution | |
| double | to |
| upper bound of uniform distribution | |
Functor to be used with <algorithm>
1.8.11