|
Zero
0.1.0
|
: Declaration of the (common) random functions, used for the workload inputs More...
Go to the source code of this file.
Functions | |
| int | URand (const int low, const int high) |
| Generates a uniform random number between (low) and (high) More... | |
| 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) |
: Declaration of the (common) random functions, used for the workload inputs
| void setZipf | ( | const bool | isEnabled, |
| const double | s | ||
| ) |
| int URand | ( | const int | low, |
| const int | high | ||
| ) |
Generates a uniform random number between (low) and (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 | ||
| ) |
1.8.12