
uniform distribution over a specified integer range More...
#include <rutz/rand.h>

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() () |
uniform distribution over a specified integer range
Definition at line 114 of file rand.h.
| rutz::urand_irange::urand_irange | ( | int | lo, | |
| int | hi, | |||
| long | s = 0 | |||
| ) | [inline] |
1.6.3