c random list by [ad_1] c random list #include #include srand(time(NULL)); // Initialization, should only be called once. int r = rand(); // Returns a pseudo-random integer between 0 and RAND_MAX. [ad_2] Please Share