Base:
method
Next
System.Random.Next(System.Int32, System.Int32)
1 reference to Next
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
352
int currentDelay = this.randomNumberGenerator.
Next
(lowerBound, upperBound);