This lightweight app helps you pick a number. It can be used for selecting an access code.
The number generated may consist of 1 to 9 digits. You may specify the random number range by setting the minimum value and the maximum value.
The generated number can be copied to clipboard or shared to other apps. Do make a backup of access code because you may forget it!
The SecureRandom class supported since Android Oreo is employed. It makes number generation less predictable. Visit the web site for more details.