1 write to random
System.ServiceModel.Internals (1)
System\Runtime\BackoffTimeoutHelper.cs (1)
38this.random = new Random(GetHashCode());
1 reference to random
System.ServiceModel.Internals (1)
System\Runtime\BackoffTimeoutHelper.cs (1)
106(long)(uint)this.random.Next() % (2 * BackoffTimeoutHelper.maxDriftTicks + 1) - BackoffTimeoutHelper.maxDriftTicks)));