forked from florinpop17/app-ideas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request florinpop17#152 from AlonJoshua/master
adding random number generator idea
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Random-Number-Generator | ||
|
||
**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 Stories | ||
|
||
- [ ] User can define maximun and minimun values for the random number. | ||
- [ ] User can press the generate button to generate random number. | ||
|
||
## Bonus features | ||
|
||
- [ ] User can add option for negative values | ||
- [ ] User can add option for decimal numbers | ||
|
||
## Useful links and resources | ||
|
||
[What's this fuss about true randomness?](https://www.random.org/) | ||
|
||
## Example projects | ||
|
||
Try not to view this until you've developed your own solution: | ||
|
||
- [Example](https://alonjoshua.github.io/random-number-generator/) | ||
- [Project](https://github.com/AlonJoshua/random-number-generator/) |