Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Random.ImplBase Class Referenceabstract

Public Member Functions

double Sample ()
 
int Next ()
 
int Next (int maxValue)
 
int Next (int minValue, int maxValue)
 
long NextInt64 ()
 
long NextInt64 (long maxValue)
 
long NextInt64 (long minValue, long maxValue)
 
float NextSingle ()
 
double NextDouble ()
 
void NextBytes (byte[] buffer)
 
void NextBytes (Span< byte > buffer)
 

Detailed Description

Definition at line 104 of file Random.cs.


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