Searched defs:Rand32 (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/3rdparty/openexr/Imath/
H A DImathRandom.h45 // class Rand32
70 class Rand32 class in namespace:Imath
78 Rand32 (unsigned long int seed = 0);
240 Rand32::init (unsigned long int seed)
247 Rand32::Rand32 (unsigned long int seed) function in class:Imath::Rand32
254 Rand32::next ()
261 Rand32::nextb ()
270 Rand32::nexti ()
278 Rand32
[all...]
/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp100 uint32_t Rand32() { function in class:llvm::__anon13094::Random
108 uint64_t Val = Rand32();
109 return Val | (uint64_t(Rand32()) << 32);

Completed in 371 milliseconds