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

◆ NextDouble()

override double System.Random.XoshiroImpl.NextDouble ( )
inline

Definition at line 615 of file Random.cs.

616 {
617 return (double)(NextUInt64() >> 11) * 1.1102230246251565E-16;
618 }

References System.E, and System.Random.XoshiroImpl.NextUInt64().