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

◆ Sample()

override double System.Random.ThreadSafeRandom.Sample ( )
inlineprotectedvirtual

Reimplemented from System.Random.

Definition at line 98 of file Random.cs.

99 {
100 throw new NotSupportedException();
101 }