Searched refs:ranMax (Results 1 – 3 of 3) sorted by relevance
46 private long ranMax; field in TimeScaleMonkeyTest53 ranMax = max; in initRandom()80 } while (value < ranMin || value > ranMax); in randomInRange()
49 private long ranMax; field in TimeScaleMonkeyTest56 ranMax = max; in initRandom()83 } while (value < ranMin || value > ranMax); in randomInRange()
65 static int64_t ranMax; variable72 ranMax = max; in initRandom()96 } while (value < ranMin || value > ranMax); in randomInRange()