|
Zero
0.1.0
|
Macros | |
| #define | USE_ZIPF 1 |
Functions | |
| DECLARE_TLS (randgen_t, randgen_tls) | |
| int | URand (const int low, const int high) |
| bool | URandBool () |
| short | URandShort (const short low, const short high) |
| void | URandFillStrCaps (char *dest, const int sz) |
| void | URandFillStrNumbx (char *dest, const int sz) |
| int | ZRand (const int low, const int high) |
| void | setZipf (const bool isEnabled, const double s) |
| int | UZRand (const int low, const int high) |
Variables | |
| const char | CAPS_CHAR_ARRAY [] = {"ABCDEFGHIJKLMNOPQRSTUVWXYZ"} |
| const char | NUMBERS_CHAR_ARRAY [] = {"012345789"} |
| bool | _g_enableZipf = false |
| double | _g_ZipfS = 0.0 |
| #define USE_ZIPF 1 |
| DECLARE_TLS | ( | randgen_t | , |
| randgen_tls | |||
| ) |
| void setZipf | ( | const bool | isEnabled, |
| const double | s | ||
| ) |
| int URand | ( | const int | low, |
| const int | high | ||
| ) |
| bool URandBool | ( | ) |
| void URandFillStrCaps | ( | char * | dest, |
| const int | sz | ||
| ) |
| void URandFillStrNumbx | ( | char * | dest, |
| const int | sz | ||
| ) |
| short URandShort | ( | const short | low, |
| const short | high | ||
| ) |
| int UZRand | ( | const int | low, |
| const int | high | ||
| ) |
| int ZRand | ( | const int | low, |
| const int | high | ||
| ) |
| bool _g_enableZipf = false |
| double _g_ZipfS = 0.0 |
| const char CAPS_CHAR_ARRAY[] = {"ABCDEFGHIJKLMNOPQRSTUVWXYZ"} |
| const char NUMBERS_CHAR_ARRAY[] = {"012345789"} |
1.8.12