I have int r_number = 0; as a global variable.
int r_number = 0;
In the code below:
srand(time(0)); r_number = rand() % 1000 + 701;