18 #include "pandabase.h" 31 INLINE Randomizer(
const Randomizer ©);
32 INLINE
void operator = (
const Randomizer ©);
34 INLINE
int random_int(
int range);
35 INLINE
double random_real(
double range);
36 INLINE
double random_real_unit();
38 INLINE
static unsigned long get_next_seed();
39 INLINE
unsigned long get_seed();
44 static bool _got_first_seed;
47 #include "randomizer.I"
A handy class to return random numbers.