src\libraries\System.Private.CoreLib\src\System\Random.cs (12)
62AssertInRange(result, 0, int.MaxValue);
78AssertInRange(result, 0, maxValue);
98AssertInRange(result, minValue, maxValue);
107AssertInRange(result, 0, long.MaxValue);
123AssertInRange(result, 0, maxValue);
143AssertInRange(result, minValue, maxValue);
489AssertInRange(result, 0, int.MaxValue);
498AssertInRange(result, 0, maxValue);
510AssertInRange(result, minValue, maxValue);
517AssertInRange(result, 0, long.MaxValue);
526AssertInRange(result, 0, maxValue);
538AssertInRange(result, minValue, maxValue);