-
Notifications
You must be signed in to change notification settings - Fork 3
Param support. #30
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Param support. #30
Conversation
I don't know why checks failed in windows... |
It looks like large parameter can cause stack overflow. |
Sorry there was a bug that cannot be solved right now. |
Sorry again, I solved the bug that I used |
Thanks a lot, and sorry for later reply. I've create another pull request #35 to test if these are compatible to original SFMT implementation. While testing, I found a little number of parameters are different from the original d00fcf0 . I guess it is a bug, and fixed them. Please let me known if you use these values intentionally. |
Add other parameters algorithm support.
This breaks change to require rustc 1.51.
I also updated the rand_core version.