Open baggypants71 opened 5 years ago
Put Random random = new Random(); once before your Sleep functions and then you're able to use this:
Sleep(random.Next(1000, 3001); //3001 not included => 1000 ms to 3000 ms
For further questions use Google because this is a C# related question.
Hi, Could someone tell me how to randomize the sleep with a range from 1000-3000ms.