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

◆ Random() [1/3]

System.Random.Random ( )
inline

Definition at line 636 of file Random.cs.

637 {
638 _impl = ((GetType() == typeof(Random)) ? ((ImplBase)new XoshiroImpl()) : ((ImplBase)new Net5CompatDerivedImpl(this)));
639 }
readonly ImplBase _impl
Definition Random.cs:631

References System.Random._impl.