Setting Random Seed?
![RiverSoft Art](https://hpclscruffy.daz3d.com/forums/uploads/userpics/777/nYOIYODGNJ5N8.png)
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?
You currently have no notifications.
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?
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2025 Daz Productions Inc. All Rights Reserved.
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.