Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
CompatPrng (int seed) | |
Package Functions | |
double | Sample () |
void | NextBytes (Span< byte > buffer) |
int | InternalSample () |
double | GetSampleForLargeRange () |
Private Attributes | |
int[] | _seedArray |
int | _inext |
int | _inextp |