Hello everyone. The program I've written's purpose is to roll a dice 6000 times, and then output the number of times that the dice landed on three. However, the output is saying that out of the 6000 rolls, three was only generated 0 or 1 times. I'm assuming the problem involves my use of srand, and rand, but I can't figure out what is wrong. This is being done on Xcode. Does anyone know what the reason for this is? Much appreciated.