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

◆ NextInt64() [1/3]

override long System.Random.ThreadSafeRandom.NextInt64 ( )
inlinevirtual

Reimplemented from System.Random.

Definition at line 51 of file Random.cs.

52 {
53 return LocalRandom.NextInt64();
54 }
static XoshiroImpl LocalRandom
Definition Random.cs:15

References System.Random.ThreadSafeRandom.LocalRandom.