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

◆ Next() [2/3]

override int System.Random.Net5CompatSeedImpl.Next ( int maxValue)
inline

Definition at line 148 of file Random.cs.

149 {
150 return (int)(_prng.Sample() * (double)maxValue);
151 }

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