Hi guys.
Is there any logical way how to implement Random Seed?
Curently I am using Math.random(), bus I'd like to have ability to control seed for that random. As far as I know random generator is based on current time in JavaSript (am I correct?) and theres no straight forward way to have a seed for that.
Any ideas?
Thank you.