I lost my instructional book and haven't had much luck on the web ... anyone have the code for a self-seeding random() that would be something like...
int random(int min,int max)
...which would return a random integer with the given minimum and maximum values?

