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

/vbox/src/VBox/Runtime/common/rand/
H A Drandparkmiller.cpp116 static DECLCALLBACK(int) rtRandParkMillerSeed(PRTRANDINT pThis, uint64_t u64Seed) argument
118 pThis->u.ParkMiller.u32Ctx = (uint32_t)u64Seed;
H A Drandadv.cpp56 RTDECL(int) RTRandAdvSeed(RTRAND hRand, uint64_t u64Seed) RT_NO_THROW
64 return pThis->pfnSeed(pThis, u64Seed);
380 DECLHIDDEN(DECLCALLBACK(int)) rtRandAdvStubSeed(PRTRANDINT pThis, uint64_t u64Seed) argument
383 NOREF(u64Seed);

Completed in 142 milliseconds