m
and M
of type C
. Use: Rand<C> h(min,max); h();
or h.get_random_bool()
in torder to get a bool
Definition at line 35 of file Rand.h.
Public Types | |
typedef C | value_type |
Public Member Functions | |
Rand () | |
Rand (const C &M) | |
Rand (const C &m, const C &M) | |
Rand (const C &m, const C &M, const unsigned long int &seed) | |
bool | get_rand_bool () |
C | operator() (void) |
C | operator() (const C &m, const C &M) |