Tạo một số ngẫu nhiên bằng cách sử dụng lớp Java Random.
Random rand = new Random ();
rand.nextInt (Math.abs ((firstChoice - secondChoice)) + 1) + Math.min (firstChoice, secondChoice);
Mã trên GitHub: https://github.com/amandafarrell/RandomNumberGenerator