Searched defs:srand (Results 1 – 6 of 6) sorted by relevance
28 void srand(unsigned int seed) in srand() function
120 void srand(unsigned int seed) in srand() function
35 void srand(unsigned int seed) { in srand() function
50 void srand(unsigned int seed) { in srand() function
153 #define srand(x) srandom(x) macro
102 #define srand(x) srandom(x) macro