how to get a random number from 0 to 7 in java code example Example: random number in range java (int)(Math.random() * ((max - min) + 1)) + min Copy