-
Notifications
You must be signed in to change notification settings - Fork 70
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
Xorshift generators #58
Comments
AMDG
On 10/13/19 9:12 AM, Heitor wrote:
I found the [Xorshift](https://en.wikipedia.org/wiki/Xorshift) Wikipedia page and saw that Boost doesn't have Marshaglia's nor Vigna's generators.
Is there a reason for that? If not, I'd like to request those :) I'd like to help adding them to Boost (if that's the case), but keep in mind that I'm not an expert in PRNGs.
You should talk to @degski. I believe that his implementation
is complete and just needs a bit of boilerplate for integration.
In Christ,
Steven Watanabe
|
I'm literally heading for the door for an international trip. I need to remove some things ( |
That's great, @degski! I quickly saw your code and noticed you implemented only the Xoroshiros. Is there a reason for not including the xoshiros? I'm particularly interested in xoshiro256** (and curious about the the variantes with 512 and 1024 bits of space). |
ha, sorry @degski , I didn't look enough in your code previously.. all those generators are in your code. How can I help to add your code to Boost? |
I found the Xorshift Wikipedia page and saw that Boost doesn't have Marshaglia's nor Vigna's generators.
Is there a reason for that? If not, I'd like to request those :) I'd like to help adding them to Boost (if that's the case), but keep in mind that I'm not an expert in PRNGs.
The text was updated successfully, but these errors were encountered: