HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_FastRandom.h File Reference
#include "UT_API.h"
#include <SYS/SYS_Types.h>
#include <stdint.h>
+ Include dependency graph for UT_FastRandom.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UT_FastRandom
 

Functions

int UTfastRand (uint &seed)
 
float UTfastRandF (uint &seed)
 Fast random number generator. Float variant, with values in [0,1). More...
 

Function Documentation

int UTfastRand ( uint seed)
inline
float UTfastRandF ( uint seed)
inline

Fast random number generator. Float variant, with values in [0,1).

Definition at line 78 of file UT_FastRandom.h.