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
まだ、レビューや評価はありません。 して最初のレビューワーになってください。