mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
publish randomizer
This commit is contained in:
parent
1c8d2859f1
commit
b1d16dd3ce
@ -25,7 +25,7 @@
|
|||||||
// Description : A handy class to return random numbers.
|
// Description : A handy class to return random numbers.
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
class EXPCL_PANDA_MATHUTIL Randomizer {
|
class EXPCL_PANDA_MATHUTIL Randomizer {
|
||||||
public:
|
PUBLISHED:
|
||||||
INLINE Randomizer(unsigned long seed = 0);
|
INLINE Randomizer(unsigned long seed = 0);
|
||||||
INLINE Randomizer(const Randomizer ©);
|
INLINE Randomizer(const Randomizer ©);
|
||||||
INLINE void operator = (const Randomizer ©);
|
INLINE void operator = (const Randomizer ©);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user