#include <rutz/rand.h>
Public Member Functions | |
urand_frange (double lo, double hi, long s=0) | |
Construct with a given min/max range and an initial seed (default 0). | |
urand_frange (long s=0) | |
Construct with a range [0.0:1.0[ and an initial seed (default 0). | |
double | draw () |
double | operator() () |
Definition at line 132 of file rand.h.