how to get different random numbers in java code example Example: random numbers java int random = (int) (Math.random()*(max-min+1)+min);