Random Number Generator
by Amanda Roos
Simple design
App Name | Random Number Generator |
---|---|
Developer | Amanda Roos |
Category | Tools |
Download Size | 1 MB |
Latest Version | Random Number Generator 1.4 |
Average Rating | 5.00 |
Rating Count | 17 |
Google Play | Download |
AppBrain | Download Random Number Generator Android app |
Generates a random number using Java Random class.
Random rand = new Random();
rand.nextInt(Math.abs((firstChoice - secondChoice)) + 1) + Math.min(firstChoice, secondChoice);
Code on GitHub: https://github.com/amandafarrell/RandomNumberGenerator
Recent changes:
Update icon assets and add donation button
Random rand = new Random();
rand.nextInt(Math.abs((firstChoice - secondChoice)) + 1) + Math.min(firstChoice, secondChoice);
Code on GitHub: https://github.com/amandafarrell/RandomNumberGenerator
Recent changes:
Update icon assets and add donation button