Posts by Álvaro • 1 point
1 post
- 
		0 votes1 answer684 viewsQ: Randint does not generate random numbers the second time I use itMy randint when used the second time it does not generate new random numbers, it remains with the same generated numbers. I know that in C when this happens I can use the srand(time(NULL)); , but in…