Skip to content
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

xorshift2014 in multihtreaded mode #356

Open
EvanCarroll opened this issue Apr 16, 2024 · 0 comments
Open

xorshift2014 in multihtreaded mode #356

EvanCarroll opened this issue Apr 16, 2024 · 0 comments

Comments

@EvanCarroll
Copy link

Your multithreaded doc claims The underlying PRNG is xorshift2014 which is fast, has a long period and supports using jumped to advance the state.

However, the included PRNGs doesn't even include that, https://github.com/bashtage/randomgen?tab=readme-ov-file#included-pseudo-random-number-generators

I'm confused. It seems from the code example on the multithreaded doc, it's using Xoshiro256.

@EvanCarroll EvanCarroll changed the title xorshift2014? xorshift2014 in multihtreaded mode Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant