Class BaseGen

Class Documentation

class BaseGen

Public Functions

inline BaseGen(UINT32 seed = 0)
inline BaseGen(const BaseGen &gen)
inline ~BaseGen()
inline BaseGen &operator=(const BaseGen &gen)
inline UINT32 operator()() const

Protected Attributes

mutable UINT32 z_
UINT32 w_
UINT32 jsr_
UINT32 jc_