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

◆ NextDouble()

override double System.Random.ThreadSafeRandom.NextDouble ( )
inlinevirtual

Reimplemented from System.Random.

Definition at line 79 of file Random.cs.

80 {
81 return LocalRandom.NextDouble();
82 }
static XoshiroImpl LocalRandom
Definition Random.cs:15

References System.Random.ThreadSafeRandom.LocalRandom.