Random aleatorio = new Random(); int valor = aleatorio.nextInt(30) + 1; System.out.println("Número gerado: " + valor);