#include <ixlib_random.hh>
Public Methods | |
int_random () | |
void | init () |
void | init (unsigned seed) |
unsigned | operator() (unsigned max=32768) |
Generate one random number in the interval [0,max). More... |
|
Definition at line 59 of file ixlib_random.hh. |
|
Definition at line 64 of file ixlib_random.hh. |
|
Definition at line 62 of file ixlib_random.hh. |
|
Generate one random number in the interval [0,max).
Definition at line 68 of file ixlib_random.hh. |