Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Random.XoshiroImpl Class Referencesealed

Public Member Functions

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

Package Functions

uint NextUInt32 ()
 
ulong NextUInt64 ()
 

Private Attributes

ulong _s0
 
ulong _s1
 
ulong _s2
 
ulong _s3
 

Detailed Description

Definition at line 430 of file Random.cs.


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