Go to the source code of this file.
Classes | |
class | BasicRandom |
Functions | |
ICECORE_API udword | GetRandomIndex (udword max_index) |
Returns a random index so that 0<= index < max_index. | |
FUNCTION ICECORE_API udword | Rand () |
FUNCTION ICECORE_API void | SRand (udword seed) |
inline_ float | UnitRandomFloat () |
Returns a unit random floating-point value. |
ICECORE_API udword GetRandomIndex | ( | udword | max_index | ) |
Returns a random index so that 0<= index < max_index.
FUNCTION ICECORE_API void SRand | ( | udword | seed | ) |
inline_ float UnitRandomFloat | ( | ) |
Returns a unit random floating-point value.
Definition at line 19 of file IceRandom.h.