Posts by THIAGO • 1 point
1 post
-
-1
votes3
answers4203
viewsA: Generating random numbers C++
Use srand(time(0)) instead of srand(time(NULL)). See if it works.
1 post
-1
votes3
answers4203
viewsUse srand(time(0)) instead of srand(time(NULL)). See if it works.