My Project
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
FastRandom Class Reference

Public Member Functions

 FastRandom (int32 seed)
 
void Init (int32 seed)
 
int32 randomLong ()
 
double randomDouble ()
 
float random ()
 
int32 random (int32 from, int32 to)
 
bool randomBoolean ()
 
std::string randomCharacterString (int length)
 Returns a random character string with a specified length. More...
 
double standNormalDistrDouble ()
 

Static Public Member Functions

static double randomNoise (int32 x, int32 y, int32 z, int32 seed)
 

Public Attributes

uint32 m_seed
 

Member Function Documentation

§ randomCharacterString()

std::string FastRandom::randomCharacterString ( int  length)

Returns a random character string with a specified length.

Parameters
lengthThe length of the generated string
Returns
Random character string

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