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

/vbox/src/VBox/Runtime/common/rand/
H A Drandparkmiller.cpp42 DECLINLINE(uint32_t) rtRandParkMillerU31(uint32_t *pu32Ctx) function
73 off = rtRandParkMillerU31(&pThis->u.ParkMiller.u32Ctx);
76 pThis->u.ParkMiller.u32Bits = rtRandParkMillerU31(&pThis->u.ParkMiller.u32Ctx);
86 off = rtRandParkMillerU31(&pThis->u.ParkMiller.u32Ctx);
90 off = rtRandParkMillerU31(&pThis->u.ParkMiller.u32Ctx);
99 uint64_t off64 = rtRandParkMillerU31(&pThis->u.ParkMiller.u32Ctx);
102 pThis->u.ParkMiller.u32Bits = rtRandParkMillerU31(&pThis->u.ParkMiller.u32Ctx);

Completed in 898 milliseconds