java random number between 0 and 4 code example Example: random number in range java Click to copy(int)(Math.random() * ((max - min) + 1)) + min Copy