#include #include int main (int argc, char *argv[]) { int i; for (i=0; i<1000; i++) { printf("%d\t%d\n", random(), random()); } return 0; }