errori n code blocks random was not declared in this scope
Last response: in Apps General Discussion
!
int my_random_value = 0; int my_max_value = 500; my_random_value = rand() % my_max_value
my_random_value = (rand() % my_max_value) + 1