This is a little beginner C++ project to practise I/O (input/ouput) and RNG (random number generation).
This project was not created as a challenge to my C++ skills, but rather as a base for which I could guide myself with when programming this same concept in Haskell.
That being said, this is the first time I've made use of std::rand and std::srand, so it is nice to have finally had an excuse to do so.