Reputation: 445
I have a question about how to set a random interval between requests. For example I want to send a request every X seconds and X < 30s. Maybe 25s or 29s. Which timer should I use?
Upvotes: 1
Views: 673
Reputation: 921
You can use a Gaussian Random Timer
by setting Deviation and Constant delay.
Upvotes: 2