firstly, im trying to generate 'random' numbers between zero and 49 (guess what for). currently im using:
time_t t;
srand(unsigned (time(&t)));
int num = (rand() % 49);
but as that stands, the numbers im getting dont seem very random. in fact they seem like theyre just being plucked from a...