23 #ifndef __ccxx_Random_hxx 24 #define __ccxx_Random_hxx 58 uint32_t nextInt(uint32_t range);
74 bool getBytes(
byte_t* buf,
size_t len);
85 #endif // __ccxx_Random_hxx
A random number generator.
Definition: Random.h++:35
#define COMMONCPP_API
Definition: Common.h++:126
#define CCXX_COPY_DECLS(CLASS)
Inlines declarations of a copy constructor and assignment operator for the class CLASS.
Definition: Common.h++:295
Definition: AllocationMap.c++:25
unsigned char byte_t
An unsigned 8-bit value.
Definition: Integers.h++:68