HDK
|
Go to the source code of this file.
Classes | |
class | Rand32 |
class | Rand48 |
Functions | |
template<class Vec , class Rand > | |
Vec | solidSphereRand (Rand &rand) |
template<class Vec , class Rand > | |
Vec | hollowSphereRand (Rand &rand) |
template<class Rand > | |
float | gaussRand (Rand &rand) |
template<class Vec , class Rand > | |
Vec | gaussSphereRand (Rand &rand) |
IMATH_EXPORT double | erand48 (unsigned short state[3]) |
IMATH_EXPORT double | drand48 () |
IMATH_EXPORT long int | nrand48 (unsigned short state[3]) |
IMATH_EXPORT long int | lrand48 () |
IMATH_EXPORT void | srand48 (long int seed) |
IMATH_EXPORT double drand48 | ( | ) |
IMATH_EXPORT double erand48 | ( | unsigned short | state[3] | ) |
float gaussRand | ( | Rand & | rand | ) |
Definition at line 374 of file ImathRandom.h.
Vec gaussSphereRand | ( | Rand & | rand | ) |
Definition at line 394 of file ImathRandom.h.
Vec hollowSphereRand | ( | Rand & | rand | ) |
Definition at line 354 of file ImathRandom.h.
IMATH_EXPORT long int lrand48 | ( | ) |
IMATH_EXPORT long int nrand48 | ( | unsigned short | state[3] | ) |
Vec solidSphereRand | ( | Rand & | rand | ) |
Definition at line 337 of file ImathRandom.h.
IMATH_EXPORT void srand48 | ( | long int | seed | ) |