java generate 5 random numbers code example Example: how to generate random number in java double x = (Math.random()*((max-min)+1))+min;