java Random().ints code example Example: random numbers java int random = (int) (Math.random()*(max-min+1)+min);