FMath/FMRandom.h File Reference

This file contains functions related to generating pseudo-random values. More...

Go to the source code of this file.

Namespaces

namespace  FMRandom

Functions

FCOLLADA_EXPORT void FMRandom::Seed (uint32 seed)
 Seeds the pseudo-random number generator.
FCOLLADA_EXPORT uint32 FMRandom::GetUInt32 ()
 Retrieves one random unsigned integer.
uint32 FMRandom::GetUInt32 (uint32 rangeEnd)
 Retrieves one random unsigned integer within a given range.
uint32 FMRandom::GetUInt32 (uint32 rangeStart, uint32 rangeEnd)
 Retrieves one random unsigned integer within a given range.
bool FMRandom::GetBoolean ()
 Retrieves one random boolean value.
FCOLLADA_EXPORT int32 FMRandom::GetInt32 ()
 Retrieves one random signed integer.
int32 FMRandom::GetInt32 (int32 rangeStart, int32 rangeEnd)
 Retrieves one random signed integer.
FCOLLADA_EXPORT float FMRandom::GetFloat ()
 Retrieves one random floating-point value.
float FMRandom::GetFloat (float rangeEnd)
 Retrieves one random floating-point value within a given range.
float FMRandom::GetFloat (float rangeStart, float rangeEnd)
 Retrieves one random floating-point value within a given range.


Detailed Description

This file contains functions related to generating pseudo-random values.


Generated on Thu Feb 14 16:58:36 2008 for FCollada by  doxygen 1.4.6-NO