#include #include int main(void) { while(1) printf("%d\n",rand()); return EXIT_SUCCESS; }