Functions | |
unsigned long | uintValueP () |
float | floatValueP () |
Variables | |
static RandomGenerator * | PGen |
float lux::random::floatValueP | ( | ) | [inline] |
Definition at line 137 of file randomgen.h.
References lux::RandomGenerator::floatValue(), lux::RandomGenerator::init(), and PGen.
Referenced by lux::VegasPixelSampler::VegasPixelSampler().
unsigned long lux::random::uintValueP | ( | ) | [inline] |
Definition at line 130 of file randomgen.h.
References lux::RandomGenerator::init(), PGen, and lux::RandomGenerator::uintValue().
Referenced by lux::LowdiscrepancyPixelSampler::LowdiscrepancyPixelSampler().
RandomGenerator* lux::random::PGen [static] |
Definition at line 128 of file randomgen.h.
Referenced by floatValueP(), and uintValueP().