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