Random number generatorYes mate I have. I did not want to include the whole program but here it is.... I wanted to focus on...
Random number generator#include<iostream> #include<ctime> //for time functions #include<cstdlib> //for srand and rand usi...
Random number generatorUnderstood mate, That seemed to have worked. How do i go about including a function to terminate whe...
Random number generatorI am extremely new to all this, So please bare with me. Should I just delete that line then? Or how...
Random number generatorI have spent hours on this program, and I cannot seem to get the game to run properly. The Random nu...