Function randomBackoff

Return a random backoff duration (by default between 0.5 and 3 seconds)

Prototype

core.time.Duration randomBackoff(
  int low = 500,
  int high = 3000
);