Random Number Generator
2.9K installs
19 ratings
104 monthly active users
Revenue not available
Install Trends
Weekly +2.00
SteadyMonthly +2.00
SteadyRandom Number Generator Summary
Random Number Generator is a mobile Android app in Tools by Amanda Roos. Released in Oct 2018 (7 years ago). It has about 2.9K+ installs and 19 ratings with a 5.00★ (excellent) average. Based on AppGoblin estimates, it reaches roughly 104 monthly active users . Store metadata: updated Jun 7, 2019.
Recent activity: 2.00 installs this week (2.00 over 4 weeks) showing steady growth View trends →
Store info: Last updated on Google Play on Jun 7, 2019 .
5★
Ratings: 19
Screenshots
App Description
Simple design
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
