1 write to randomNumberGenerator
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
55
this.
randomNumberGenerator
= new SynchronizedRandom(AppDomain.CurrentDomain.GetHashCode() | Environment.TickCount);
1 reference to randomNumberGenerator
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
352
int currentDelay = this.
randomNumberGenerator
.Next(lowerBound, upperBound);