
Random Pick
random-pick
About App
The application has the following functions as of now. 1. Numbers - It takes in two integer values min (inclusive) and max (inclusive), then returns a picked random number from the range. 2. List - It takes a list of items[1], then returns a random item (picked) from the pool. The items inside the list can be (un)checked to include in the item pool. 3. History - All the picks are stored in the device, with an option to delete them when not needed. 4. RePick - Once an item is picked from a List,
Developer info