At the following: http://www.fredosaurus.com/notes-cpp/misc/random.html
It mentions that if we want to generate a random number in the range 1-10, we ca
1-10
Why do we add 1?
When you divide a number by 10, remainders will be between 0-9. So, to change this we add 1.
10
0-9