Como utilizar случайный en java

int numero = (int)(Math.random()*10+1);
Dangerous Dog