I generated random number (1-6) as in DICE
How do I count the number of times a 1, 2, 3, ...... 6 occurs when I run it
for, let say, 1000 times.

What function should I use to keep these counts?