Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Random.CompatPrng Struct Reference

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
 

Detailed Description

Definition at line 326 of file Random.cs.


The documentation for this struct was generated from the following file: