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