#include <OPC_IceHook.h>
Public Member Functions | |
inline_ | BasicRandom (udword seed=0) |
Constructor. | |
inline_ udword | GetCurrentValue () const |
inline_ udword | Randomize () |
inline_ void | SetSeed (udword seed) |
inline_ | ~BasicRandom () |
Destructor. | |
Private Attributes | |
udword | mRnd |
Definition at line 25 of file OPC_IceHook.h.
inline_ IceCore::BasicRandom::BasicRandom | ( | udword | seed = 0 | ) | [inline] |
Constructor.
Definition at line 30 of file OPC_IceHook.h.
inline_ IceCore::BasicRandom::~BasicRandom | ( | ) | [inline] |
Destructor.
Definition at line 32 of file OPC_IceHook.h.
inline_ udword IceCore::BasicRandom::GetCurrentValue | ( | ) | const [inline] |
Definition at line 35 of file OPC_IceHook.h.
inline_ udword IceCore::BasicRandom::Randomize | ( | ) | [inline] |
Definition at line 36 of file OPC_IceHook.h.
inline_ void IceCore::BasicRandom::SetSeed | ( | udword | seed | ) | [inline] |
Definition at line 34 of file OPC_IceHook.h.
udword IceCore::BasicRandom::mRnd [private] |
Definition at line 39 of file OPC_IceHook.h.