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()
64 static int64_t ranMax; variable71 ranMax = max; in initRandom()95 } while (value < ranMin || value > ranMax); in randomInRange()