We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a program working fine but adding these two lines produces an infinite loop:
random.seed = 5555; console.log(random.randBelow(10));
If I remove any of the two lines it works fine.
Replacing XORShift with PCG also solves the issue.
Running on Chromium Version 110.0.5481.177 (Official Build) Arch Linux (64-bit).
Any idea why this could happen? I'll try to create a reproducible program when I get a moment.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a program working fine but adding these two lines produces an infinite loop:
If I remove any of the two lines it works fine.
Replacing XORShift with PCG also solves the issue.
Running on Chromium Version 110.0.5481.177 (Official Build) Arch Linux (64-bit).
Any idea why this could happen? I'll try to create a reproducible program when I get a moment.
The text was updated successfully, but these errors were encountered: