RandomizedBackoff constructor

RandomizedBackoff(
  1. Duration min,
  2. Duration max,
  3. Random rng
)

Implementation

RandomizedBackoff(this.min, this.max, this.rng);