#include int main(){ int rv, i; for(i=0; i<100; i++){ rv = random(); printf("%d\n", rv); } return 0; }