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

◆ Sample()

override double System.Random.XoshiroImpl.Sample ( )
inline

Definition at line 625 of file Random.cs.

626 {
627 throw new NotSupportedException();
628 }