Searched refs:OS_Rand32 (Results 1 – 2 of 2) sorted by relevance
116 #define OS_Rand32() \ macro
119 #define OS_Rand32() ((uint32_t)((rand() & 0xffffff) | (OS_GetTicks() << 24))) macro
Completed in 6 milliseconds