What it does
Generates a random number in a given range.
How we built it
Using python's argparse library I created a command line interface for it.
Challenges we ran into
Logic behind randomness. What defines randomness? How to measure randomness?
What we learned
Learned about how random numbers can be generated and making CLI using argparse
What's next for Random Number Generator
Making it more random. Pun intended.
Log in or sign up for Devpost to join the conversation.