Skip to content

A simple program in C++ to generate random numbers based on your specifications.

License

Notifications You must be signed in to change notification settings

abdulrahmanabdulazeez/RandNumGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RandNumGen

This is a simple random number generator where you specify the 
number of random numbers you want to generate!.

Installation on Linux

pkg install clang
git clone https://github.com/abdulrahmanabdulazeez/RandNumGen.git
cd RandNumGen
g++ RNGen.cpp -o RandNumGen
./RandNumGen

About

A simple program in C++ to generate random numbers based on your specifications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages