Contact: aviboots(AT)netvision.net.il
41,618 questions
54,281 answers
573 users
// Call srand to seed the pseudo-random number generator // with a random initial value, before call rand. srand((unsigned int)time((time_t *)NULL)); // and include #include <stdlib.h> #include <time.h>