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

◆ Net5CompatSeedImpl()

System.Random.Net5CompatSeedImpl.Net5CompatSeedImpl ( int seed)
inline

Definition at line 133 of file Random.cs.

134 {
135 _prng = new CompatPrng(seed);
136 }

References System.Random.Net5CompatSeedImpl._prng.