rutz::urand_irange Class Reference
uniform distribution over a specified integer range
More...
#include <rutz/rand.h>
List of all members.
|
Public Member Functions |
| urand_irange (int lo, int hi, long s=0) |
| Construct with a given min/max range and an initial seed (default 0).
|
int | draw () |
int | operator() () |
Detailed Description
uniform distribution over a specified integer range
Definition at line 114 of file rand.h.
The documentation for this class was generated from the following file: