Searched refs:uniformRandom (Results 1 – 1 of 1) sorted by relevance
52 + uniformRandom(-jitter * currentBackoffNanos, jitter * currentBackoffNanos); in nextBackoffNanos()55 private long uniformRandom(double low, double high) { in uniformRandom() method in ExponentialBackoffPolicy