HDK
|
#include <UT_FastRandom.h>
Public Member Functions | |
UT_FastRandom () | |
void | setSeed (uint seed) |
uint | urandom () |
Returns a random 32-bit unsigned integer. More... | |
float | frandom () |
Returns a random float between [0,1). More... | |
Definition at line 22 of file UT_FastRandom.h.
|
inline |
Definition at line 25 of file UT_FastRandom.h.
|
inline |
Returns a random float between [0,1).
Definition at line 57 of file UT_FastRandom.h.
Definition at line 30 of file UT_FastRandom.h.
|
inline |
Returns a random 32-bit unsigned integer.
Definition at line 42 of file UT_FastRandom.h.