Setting Random Seed?
RiverSoft Art
Posts: 6,572
I've looked everywhere and I cannot seem to find the function to set the random number seed. I need to be able to repeat the same random number sequence in response to a slider changing. Is there such a function?
Comments
Apaprently this is a limitation of the ECMA scripts in geenral. I don't know if either of these threads, on Javascript, will help:
http://stackoverflow.com/questions/521295/seeding-the-random-number-generator-in-javascript
http://stackoverflow.com/questions/424292/seedable-javascript-random-number-generator
Thanks Richard, the link is helpful.