java get a random number between two values code example Example: random number in range java (int)(Math.random() * ((max - min) + 1)) + min Copy