Thread: Random...
View Single Post
  #7  
Old 05-26-2007, 05:29 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Stefan strikes again.

There is no such thing as Random on the computer, its known as Pseudo-Random, in the Java source that is. Using the time (timevar2) as a seed is always best, because its never the same
__________________
Reply With Quote