Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
What I suggest is for you to use the java.util.Random class for Random number generation. The code below might help you.... import java.util.Random; public MyRandom() { } Replies:
|
Sponsored Links
|