2 references to NextUInt64
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Random.Xoshiro256StarStarImpl.cs (2)
124return (long)NextUInt64((ulong)maxValue, this); 131return (long)NextUInt64((ulong)(maxValue - minValue), this) + minValue;