Inspiration
The MLH Local Hack Day Daily Challenge Day 2 prompted me to take up this topic and create my own random number generator.
What it does
It generates a random whole number, given an upper bound
How I built it
Using Python and Python's time and datetime library
Challenges I ran into
Creating a function that is unpredictable to the user is quite a challenging task and I realized that while creating the project.
What's next for Random Number Generator
To make a more complex function and include decimal numbers and lower bounds as well in the next iteration.
Built With
- datetime
- python
- time
Log in or sign up for Devpost to join the conversation.