HPCToolkit
|
Go to the source code of this file.
Macros | |
#define | __USE_POSIX 1 |
#define | LOW_32BITS ((unsigned int) ~0) |
Functions | |
int | urand () |
int | urand_bounded (int n) |
Variables | |
static __thread int | urand_initialized = 0 |
static __thread unsigned int | urand_data |
int urand | ( | ) |
int urand_bounded | ( | int | n | ) |