do anyone know how can i get a random number from java and use it in several times?
i know how to get a random number by using
Math.random(); or gen.random...
but i dun know how can i use the number for three times and then get a new random number?
or the JAVA have no such way?