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

/vbox/src/VBox/Storage/testcase/
H A DtstVD.cpp308 RTDECL(uint32_t) RTPRandU32(PRNDCTX pCtx) function
328 return RTPRandU32(pCtx);
336 u32Tmp = RTPRandU32(pCtx) / u32Scale;

Completed in 45 milliseconds