1 write to _random
HttpStress (1)
Program.cs (1)
636
_random
= new Random(Combine(seed, taskNum)); // derived from global seed and worker number
3 references to _random
HttpStress (3)
Program.cs (3)
653
int offset =
_random
.Next(0, input.Length);
654
int length =
_random
.Next(0, input.Length - offset + 1);
659
versions[
_random
.Next(0, versions.Length)];