Base:
method
NextInt64
System.Random.ImplBase.NextInt64(System.Int64, System.Int64)
1 reference to NextInt64
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Random.Net5CompatImpl.cs (1)
53public override long NextInt64(long maxValue) => NextInt64(0, maxValue);