|
| 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 double | randomNoise (int32 x, int32 y, int32 z, int32 seed) |
|
§ randomCharacterString()
std::string FastRandom::randomCharacterString |
( |
int |
length | ) |
|
Returns a random character string with a specified length.
- Parameters
-
length | The length of the generated string |
- Returns
- Random character string
The documentation for this class was generated from the following files:
- Client/trunk/ParaEngineClient/util/FastRandom.h
- Client/trunk/ParaEngineClient/util/FastRandom.cpp