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

Why is the Mersenne Twister in Base faster? #71

Open
stakaz opened this issue Sep 17, 2020 · 1 comment
Open

Why is the Mersenne Twister in Base faster? #71

stakaz opened this issue Sep 17, 2020 · 1 comment

Comments

@stakaz
Copy link

stakaz commented Sep 17, 2020

Just a short question because I have not found any hint for this in the docs. Why is the performance of the Base Mersenne Twister much faster than the performance of this one implemented here.

@sunoru
Copy link
Member

sunoru commented Oct 20, 2020

Ah, I'm sorry for missing this question :(

The base Mersenne Twister is a wrapper of dSFMT, which is a C library designed for fast random number generation.

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

2 participants