We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8d285 commit b1d16ddCopy full SHA for b1d16dd
panda/src/mathutil/randomizer.h
@@ -25,7 +25,7 @@
25
// Description : A handy class to return random numbers.
26
////////////////////////////////////////////////////////////////////
27
class EXPCL_PANDA_MATHUTIL Randomizer {
28
-public:
+PUBLISHED:
29
INLINE Randomizer(unsigned long seed = 0);
30
INLINE Randomizer(const Randomizer ©);
31
INLINE void operator = (const Randomizer ©);
0 commit comments