Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 17 of file compat.c.
{ static int did_srand = 0; u_int32_t ret; if (!did_srand) { srand(0); did_srand = 1; } ret = rand() << 10 ^ rand(); return ret; }