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
the current implementation of RAND and RRAND will not work when using lowest or highest int values or full int range.
one of the lines causing the issue: https://github.com/monome/teletype/blob/master/src/ops/maths.c#L229
The text was updated successfully, but these errors were encountered:
8088e27
Successfully merging a pull request may close this issue.
Please describe the bug.
the current implementation of RAND and RRAND will not work when using lowest or highest int values or full int range.
one of the lines causing the issue:
https://github.com/monome/teletype/blob/master/src/ops/maths.c#L229
The text was updated successfully, but these errors were encountered: