|
|
1.1 root 1: main()
2: {
3: long nowhere; /* place to put unused data */
4: int counter;
5:
6: srand((int) time(&nowhere));
7: for (counter = 0; counter < 20; counter++)
8: printf("%d\n", rand()%10);
9: }
10:
11:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.