2 references to NextUInt32
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Random.Xoshiro256StarStarImpl.cs (2)
95return (int)NextUInt32((uint)maxValue, this); 102return (int)NextUInt32((uint)(maxValue - minValue), this) + minValue;