Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ NextInt64() [1/3]

virtual long System.Random.NextInt64 ( )
inlinevirtual

Reimplemented in System.Random.ThreadSafeRandom.

Definition at line 674 of file Random.cs.

675 {
676 return _impl.NextInt64();
677 }
readonly ImplBase _impl
Definition Random.cs:631

References System.Random._impl, and System.Random.ImplBase.NextInt64().