mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -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.
|
||||
////////////////////////////////////////////////////////////////////
|
||||
class EXPCL_PANDA_MATHUTIL Randomizer {
|
||||
public:
|
||||
PUBLISHED:
|
||||
INLINE Randomizer(unsigned long seed = 0);
|
||||
INLINE Randomizer(const Randomizer ©);
|
||||
INLINE void operator = (const Randomizer ©);
|
||||
|
Loading…
x
Reference in New Issue
Block a user