What is generateRandomNumber class ?
Please explain with example.
Printable View
What is generateRandomNumber class ?
Please explain with example.
Does it have anything to do with this other post?
http://www.javaprogrammingforums.com...html#post67972
Have a look at the Random class
you can use java.util.Random to make a random number generater see(Java 2 Platform SE 5.0)