The best way to generate random numbers on Android 8.0+ (kinda)
Generate a single random number using only a minimum and maximum number. The simplest way to generate numbers.
Generate up to 6 random numbers using dice from a D4 to a D20.
Generate up to 7 random numbers using cards. You can display the numbers, cards drawn, and the point values of them. Will output the cards as either only numbers (1-13), or including face cards (Ace, 1-10, Jack, Queen, King). The point value is toggleable and you can change whether the Ace is worth 1 or 11 points.
Generate up to 5 random numbers and letters using marbles.
- A device running Android 8.0 or higher
Head to the Releases Page and download the latest APK file on your Android device. You should be able to install it just like any other APK. (Though as of now there are no releases!)
GitHub Actions builds a new APK for every commit to RNGTool-Android. To see all builds, go to the page.