90 FXdouble randDouble();
FXulong getState() const
Get state of random generator.
Definition: FXRandom.h:70
FXRandom provides a thread-safe random number generator with a period of around 1.84E19.
Definition: FXRandom.h:31
Definition: FX4Splitter.h:28
FXRandom & operator=(const FXRandom &s)
Assignment state from another random generator.
Definition: FXRandom.h:55
FXRandom(const FXRandom &s)
Initialize this random generator with the state of another.
Definition: FXRandom.h:50
void setState(FXulong s)
Set state of random generator.
Definition: FXRandom.h:75