Math.random() displays in the same order #2676
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
closed-duplicate
Closed in favor of an existing report
This issue was originally filed by jailuthra6sep...@gmail.com
I used Math.random() to get a random integer from three integers - 0,1 or 2
It displays the integers in the same order every time I run it.
But when I compiled it into JavaScript, it worked flawlessly.
What steps will reproduce the problem?
var ch=a.floor();
Print("$a") //In a Loop
The text was updated successfully, but these errors were encountered: