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

◆ NextDouble()

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

Definition at line 201 of file Random.cs.

202 {
203 return _prng.Sample();
204 }

References System.Random.Net5CompatSeedImpl._prng, and System.Random.CompatPrng.Sample().