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

◆ Random() [3/3]

System.Random.Random ( bool isThreadSafeRandom)
inlineprotected

Definition at line 646 of file Random.cs.

647 {
648 _impl = null;
649 }
readonly ImplBase _impl
Definition Random.cs:631

References System.Random._impl.