-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calling math.random() freezes IE and node.js #824
Comments
This not only happens with IE 11.0. I just confirmed it with nodejs 7.7.3. Interestingly This can be reproduced by just typing |
Oh! Interseting bug :) |
Yes, @josdejong @morsecodist This happened somewhere between 3d46e21 and 0502921 where the RNG was replaced. |
I found the underlying cause. Calling See ForbesLindesay/seed-random#6 for more details. |
Should be fixed in |
calling this method causes the IE 11.0 hangs:
math.ceil(math.random() * 10000000000000);
The text was updated successfully, but these errors were encountered: