11 double randomDouble();
14 int32 random(int32 from, int32 to);
26 double standNormalDistrDouble();
28 static double randomNoise(int32 x, int32 y, int32 z, int32 seed);
std::string randomCharacterString(int length)
Returns a random character string with a specified length.
Definition: FastRandom.cpp:56
Definition: FastRandom.h:3