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