How to run

I've already complied the project, if you still want to compile and run, please copy-paste the following command in the terminal of the project directory. g++ -std=c++11 4.random-number-generator.cpp -o ranNumGenerator && ./ranNumGenerator

based on your input, my program will output a pseudo-random number in the range of 0 to your input integer.

Built With

Share this project:

Updates