Tier: 1-Beginner
Generate a random number between a range of defined minimun and maximun.
The generator allows the user to use the random property for purposes like games that contains some kind of lottary or for statistics.
- User can define maximun and minimun values for the random number.
- User can press the generate button to generate random number.
- User can add option for negative values - Checkbox to make the input negative + automatically detects if input is negative
- User can add option for decimal numbers - Automatically detects if it's an integer or a float
- My own feature: added a copy button next to the result
What's this fuss about true randomness?
Try not to view this until you've developed your own solution: