| 
    Terraria v1.4.4.9
    
   Terraria source code documentation 
   | 
 
Public Member Functions | |
| void | Dispose () | 
| void | GetBytes (byte[] data) | 
| virtual void | GetBytes (byte[] data, int offset, int count) | 
| virtual void | GetBytes (Span< byte > data) | 
| virtual void | GetNonZeroBytes (byte[] data) | 
| virtual void | GetNonZeroBytes (Span< byte > data) | 
Static Public Member Functions | |
| static RandomNumberGenerator | Create () | 
| static ? RandomNumberGenerator | Create (string rngName) | 
| static void | Fill (Span< byte > data) | 
| static int | GetInt32 (int fromInclusive, int toExclusive) | 
| static int | GetInt32 (int toExclusive) | 
| static byte[] | GetBytes (int count) | 
Protected Member Functions | |
| virtual void | Dispose (bool disposing) | 
Package Functions | |
| void | VerifyGetBytes (byte[] data, int offset, int count) | 
Definition at line 8 of file RandomNumberGenerator.cs.