Searched refs:pu32Ctx (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) argument
56 uint32_t x1 = *pu32Ctx;
61 return *pu32Ctx = x2;

Completed in 66 milliseconds