Usando Math.Random

int i = (int) (Math.random() * 10);

System.out.println(i+1);