Closed
Description
This issue was originally filed by [email protected]
What steps will reproduce the problem?
- try Math.random() and print it
- run the script
- run the script again. You may notice that the randomization process is not updating.
What is the expected output? What do you see instead?
Fixed production of random number
What version of the product are you using? On what operating system?
version dated 4/18/2012. Windows 7
Please provide any additional information below.
the alternative way I did for the randomization process was, multiply the random number by the seconds clock since the randomization process didn't actually work.