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

Refactor C++ code: split RNG from PCG32 and other algorithms #2

Open
alchimystic opened this issue Oct 16, 2023 · 0 comments
Open

Refactor C++ code: split RNG from PCG32 and other algorithms #2

alchimystic opened this issue Oct 16, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@alchimystic
Copy link
Owner

We have the c++ code of all algorithms and the rng factory in a single file (rng.cpp) but ideally each algorithm should have its own c++ file.

Included in this, we should create a template class to minimize code duplication when adding new algorithms

@alchimystic alchimystic added the enhancement New feature or request label Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant