math random from 1 to 10 java code example Example: math.random java between 1 and 10 ((int) (Math.random()*(maximum - minimum))) + minimum;