Searched defs:srand (Results 1 – 2 of 2) 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