SyntaxFix
Write A Post
Hire A Developer
Questions
You can use If Random. For example, this generates a random number between 75 to 100.
Random
final int random = new Random().nextInt(26) + 75;