#include <ixlib_random.hh>
Public Methods | |
float_random () | |
void | init () |
void | init (double seed) |
double | operator() (double max=1) |
Generate one random number in the interval [0,max). |
|
Definition at line 29 of file ixlib_random.hh. |
|
Definition at line 37 of file ixlib_random.hh. |
|
Definition at line 33 of file ixlib_random.hh. |
|
Generate one random number in the interval [0,max).
Definition at line 41 of file ixlib_random.hh. |