#include <random.h>
Static Public Methods | |
double | getDouble () |
int | getInitNumber () |
int | getInteger (int max) |
int | getMaxRandomNumber () |
void | initialize () |
void | initialize (int init) |
Static Private Attributes | |
int | fRandInit |
A wrapper class for random number generations using the standard C routines.
|
|
|
|
|
FIXME: test if the distribution is o.k., I am not sure
|
|
|
|
Initializes the random number generator.
|
|
Initializes the random number generator using the current time. |