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