Searched refs:ranMax (Results 1 – 3 of 3) sorted by relevance
44 private long ranMax; field in TimeScaleMonkeyTest51 ranMax = max; in initRandom()78 } while (value < ranMin || value > ranMax); in randomInRange()
43 private long ranMax; field in TimeScaleMonkeyTest50 ranMax = max; in initRandom()77 } while (value < ranMin || value > ranMax); in randomInRange()
64 static int64_t ranMax; variable71 ranMax = max; in initRandom()95 } while (value < ranMin || value > ranMax); in randomInRange()