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

/external/deqp/framework/delibs/debase/
H A DdeRandom.h45 } deRandom; typedef in typeref:struct:deRandom_s
47 void deRandom_init (deRandom* rnd, deUint32 seed);
48 deUint32 deRandom_getUint32 (deRandom* rnd);
49 deUint64 deRandom_getUint64 (deRandom* rnd);
50 float deRandom_getFloat (deRandom* rnd);
51 double deRandom_getDouble (deRandom* rnd);
52 deBool deRandom_getBool (deRandom* rnd);

Completed in 52 milliseconds