Searched refs:RTRandU64Ex (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Runtime/common/rand/
H A Drand.cpp146 RTDECL(uint64_t) RTRandU64Ex(uint64_t u64First, uint64_t u64Last) RT_NO_THROW
151 RT_EXPORT_SYMBOL(RTRandU64Ex); variable
/vbox/include/iprt/
H A Drand.h102 RTDECL(uint64_t) RTRandU64Ex(uint64_t u64First, uint64_t u64Last) RT_NO_THROW;
H A Dmangling.h1204 # define RTRandU64Ex RT_MANGLER(RTRandU64Ex) macro
/vbox/src/VBox/VMM/testcase/
H A DtstPDMAsyncCompletionStress.cpp260 pTestTask->off = RTRandU64Ex(offMin, offMax) & ~511;
299 pTestTask->off = RTRandU64Ex(0, pTestFile->cbFileCurr - pTestTask->DataSeg.cbSeg);
424 pTestFile->cbFileMax = RTRandU64Ex(FILE_SIZE_MIN, FILE_SIZE_MAX) & ~(511UL);
446 uint32_t offTestPattern = RTRandU64Ex(0, g_cbTestPattern - pSeg->cbSegment);
/vbox/src/VBox/Runtime/testcase/
H A DtstRand.cpp438 RTPrintf("tstRand: TESTING RTRandU64Ex(%#RX64, %#RX64) distribution... [div=%#RX64 range=%#RX64]\n", uFirst, uLast, uDivisor, uRange);
441 uint64_t uRand = RTRandU64Ex(uFirst, uLast);
H A DtstIprtList.cpp684 au64TestInts[i] = RTRandU64Ex(1, UINT64_MAX);

Completed in 83 milliseconds