33 #ifndef __RANDOM_INPUT_H 34 #define __RANDOM_INPUT_H 39 int URand(
const int low,
const int high);
43 short URandShort(
const short low,
const short high);
49 int ZRand(
const int low,
const int high);
51 void setZipf(
const bool isEnabled,
const double s);
53 int UZRand(
const int low,
const int high);
55 #endif // __RANDOM_INPUT_H