I am making the beginnings of a dice game. I am starting to use vectors with srand and I am relatively new to them. In this game to start I need the vector to randomly choose 5 numbers between 1 through 6. And then later in the program I will count the frequencies of each number to output if you got 3 of a kind or 4 of a kind and so on. Right now it is only printing the numbers '5' and '6'. How do I get it to print random numbers between 1 through 6? here is what I have.