Hi,
I am wondering if I create a random number
Random random = new Random()
Is there a way to print out the random number?
I tried to System.out.prin tln("random number = " + random);
and it printout "random number = java.util.Rando m@9304b1"
I am wondering if I create a random number
Random random = new Random()
Is there a way to print out the random number?
I tried to System.out.prin tln("random number = " + random);
and it printout "random number = java.util.Rando m@9304b1"
Comment