OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
OpenSim.Framework.BetterRandom Class Reference

Public Member Functions

 BetterRandom ()
 
int Next ()
 
int Next (int maxValue)
 
int Next (int minValue, int maxValue)
 
double NextDouble ()
 
void GetBytes (byte[] buff)
 

Detailed Description

Definition at line 3242 of file Util.cs.

Constructor & Destructor Documentation

OpenSim.Framework.BetterRandom.BetterRandom ( )
inline

Definition at line 3248 of file Util.cs.

Member Function Documentation

void OpenSim.Framework.BetterRandom.GetBytes ( byte[]  buff)
inline

Definition at line 3287 of file Util.cs.

int OpenSim.Framework.BetterRandom.Next ( )
inline

Definition at line 3259 of file Util.cs.

int OpenSim.Framework.BetterRandom.Next ( int  maxValue)
inline

Definition at line 3269 of file Util.cs.

int OpenSim.Framework.BetterRandom.Next ( int  minValue,
int  maxValue 
)
inline

Definition at line 3273 of file Util.cs.

double OpenSim.Framework.BetterRandom.NextDouble ( )
inline

Definition at line 3282 of file Util.cs.


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