1 write to _random
System.Web (1)
UI\WebControls\AdRotator.cs (1)
493
_random
= new Random();
2 references to _random
System.Web (2)
UI\WebControls\AdRotator.cs (2)
492
if (
_random
== null) {
495
return
_random
.Next(maxValue) + 1;