Searched refs:RTRandS64Ex (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/common/rand/
H A Drand.cpp162 RTDECL(int64_t) RTRandS64Ex(int64_t i64First, int64_t i64Last) RT_NO_THROW
167 RT_EXPORT_SYMBOL(RTRandS64Ex); variable
/vbox/include/iprt/
H A Drand.h86 RTDECL(int64_t) RTRandS64Ex(int64_t i64First, int64_t i64Last) RT_NO_THROW;
H A Dmangling.h1200 # define RTRandS64Ex RT_MANGLER(RTRandS64Ex) macro
/vbox/src/VBox/Runtime/testcase/
H A DtstRand.cpp565 RTPrintf("tstRand: TESTING RTRandS64Ex(%#RI64, %#RI64) distribution... [div=%#RX64 range=%#016RX64]\n", iFirst, iLast, uDivisor, uRange);
568 int64_t iRand = RTRandS64Ex(iFirst, iLast);

Completed in 79 milliseconds