publish randomizer
This commit is contained in:
parent
1c8d2859f1
commit
b1d16dd3ce
|
|
@ -25,7 +25,7 @@
|
|||
// Description : A handy class to return random numbers.
|
||||
////////////////////////////////////////////////////////////////////
|
||||
class EXPCL_PANDA_MATHUTIL Randomizer {
|
||||
public:
|
||||
PUBLISHED:
|
||||
INLINE Randomizer(unsigned long seed = 0);
|
||||
INLINE Randomizer(const Randomizer ©);
|
||||
INLINE void operator = (const Randomizer ©);
|
||||
|
|
|
|||
Loading…
Reference in New Issue