|
-
Jan 15th, 2003, 11:49 PM
#1
Thread Starter
Junior Member
Help!
Anyone knows how to generate random numbers in java?
-
Jan 16th, 2003, 12:43 AM
#2
Math.random() {Static double}
Returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0.
-
Jan 16th, 2003, 09:42 AM
#3
Or the various functions from
java.util.Random
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|