#include stdio.h #include stdlib.h #include time.h int main () { srand (time(NULL)); printf ("Number: %d\n", rand() % 1000); srand (1); return 0; }
Not registered? Create an account
Forgot Password?
Already a registered user? Login