Hello,
Since random is an issue of mine, and I am investigating the issue, I thought I post this here, if for no other reason than to have it stored in a place where I can find it again. After doing some reading, it appears there use to be an issue with this math.random thing and my Java Script book says there are other, better solutions. I myself don't want a one or two, or to send someone to another set place, so as to make "random" really pre-destinational. So the book recommended some Cornell guy named Paul, who wrote this script based on the clock time (I think). So for what it is worth, in understanding, here is the link:
http://www.honeylocust.com/javascript/randomizer.html.From there it seems this Paul built what he calls a "high-speed research-grade random number package in Java," which (he says) is "faster than math.random" and he shows benchmarks there for us to see. This high-speed Java package is available here:
http://www.honeylocust.com/RngPack/How to use the code and where to put it, I don't know, but at least it adds to the understanding level.
Melanie