Searched defs:srand (Results 1 – 3 of 3) sorted by relevance
27 void srand(unsigned int seed) { in srand() function
75 static __inline void srand(unsigned int __s) { srand48(__s); } in srand() function
129 Octet16 mrand, srand; in DoLegacyStage2() local