Searched refs:DELAY_EPSILON (Results 1 – 1 of 1) sorted by relevance
211 private static final double DELAY_EPSILON = Math.nextUp(0d); field in OpenLoopClient.LoadGenerationWorker214 double seconds = -Math.log(Math.max(rnd.nextDouble(), DELAY_EPSILON)) / targetQps; in nextDelay()