This is a repository containing random number generators made by me. Currently there is one RNG in this repo and it is a work-in-progress.
to use the RNG, run rng_python.py on your command line interface, it will then print this:
Welcome to Random Number Generator!
How long do you want your random number to be?
enter a positive integer to be the length of the random number (how many digits), and it will then print a random number with that many digits.
