hi there,
I am writing a game that is suppose to have a dice in it. In this program there are 2 players and i want each of them to spin the dice and get different numbers.
My question is, do you u think that it is better to use rand() or srand() to represent the dice. I was thinking that if you use the rand() function that both players would get the same numbers all the time. What do you think.
Thanks in advance