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