Random Number Generator
2.9K installs
19 ratings
100 monthly active users
Revenue not available
Install Trends
Weekly +1.00
SteadyMonthly +3.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 4.35★ (good) average. Based on AppGoblin estimates, it reaches roughly 100 monthly active users . Store metadata: updated Jun 7, 2019.
Recent activity: 1.00 installs this week (3.00 over 4 weeks) showing steady growth View trends →
Store info: Last updated on Google Play on Jun 7, 2019 .
4.35★
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
