Lx Random
· v0.1.3
About
An app for creating random numbers and values for Garmin devices.
#### Features ####
- Can generate:
- Coin flips
- Common dice: d4, d6, d8, d10, d12, d20, d100
- Numbers in a range
- Strings
- Version 4 UUIDS
#### How to Use ####
Select which type of value to generate from the menu, then tap the screen or press the START button to generate a value.
#### Settings ####
Settings can only be adjusted on the device.
- Range Minimum and Maximum
- Sets the inclusive range of values the "Range" generator can create.
- String Length
- Sets the number of characters generated strings will include
- String Include Categories
- Sets which kinds of characters will be included in generated strings.
- Show Past Results
- If set, the last 2 generated values will be displayed below the main result.
What's new
# Version 0.1.3
- Add support for newer devices
# Version 0.1.2
- Fix RNG not being very random at app initialization
# Version 0.1.1
- Added Show Past Results setting (#1)
- Fix generated type being cut off on Octagon displays (#2)
- Fix error view being too small on square-ish displays
# Version 0.1.0
- Added Coin Flip generator
- Added Dice (d4, d6, d8, d10, d12, d20, d100) generator
- Added Range generator
- Added String generator
- Added UUID generator