World Ocean Simulation System (WOSS) library
|
Public Member Functions | |
virtual int | command (int argc, const char *const *argv) |
Public Member Functions inherited from WossRandomGenerator | |
WossRandomGenerator (int seed=0) | |
WossRandomGenerator (const WossRandomGenerator ©) | |
WossRandomGenerator & | operator= (const WossRandomGenerator ©) |
virtual WossRandomGenerator * | create (int s) |
virtual WossRandomGenerator * | clone () const |
virtual double | getRand () const |
virtual int | getRandInt () const |
virtual void | initialize () |
Public Member Functions inherited from woss::RandomGenerator | |
RandomGenerator (int s=0) | |
virtual | ~RandomGenerator () |
virtual RandomGenerator * | create (double seed) |
virtual bool | isValid () const |
virtual void | setSeed (int s) |
virtual int | getSeed () const |
Additional Inherited Members | |
Protected Attributes inherited from WossRandomGenerator | |
RNG * | rng |
Protected Attributes inherited from woss::RandomGenerator | |
int | seed |
bool | initialized |