publish randomizer

This commit is contained in:
David Rose 2010-10-14 21:14:12 +00:00
parent 1c8d2859f1
commit b1d16dd3ce

View File

@ -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 &copy);
INLINE void operator = (const Randomizer &copy);