terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Terraria.Utilities.UnifiedRandom Class Reference
+ Collaboration diagram for Terraria.Utilities.UnifiedRandom:

Public Member Functions

 UnifiedRandom ()
 
 UnifiedRandom (int Seed)
 
void SetSeed (int Seed)
 
int Next ()
 
int Next (int minValue, int maxValue)
 
unsafe int Next (int maxValue)
 
double NextDouble ()
 
void NextBytes (byte[] buffer)
 

Public Attributes

bool debug
 

Protected Member Functions

double Sample ()
 

Private Member Functions

int InternalSample ()
 
double GetSampleForLargeRange ()
 

Private Attributes

int inext
 
int inextp
 
int[] SeedArray
 

Static Private Attributes

const int MBIG = 2147483647
 
const int MSEED = 161803398
 
const int MZ = 0
 

Detailed Description

Definition at line 47 of file UnifiedRandom.cs.


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