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 SequenceSampler #266

Closed
cicirello opened this issue Oct 14, 2022 · 0 comments · Fixed by #267
Closed

Refactor SequenceSampler #266

cicirello opened this issue Oct 14, 2022 · 0 comments · Fixed by #267
Labels
enhancement New feature or request

Comments

@cicirello
Copy link
Owner

Summary

Refactor SequenceSampler to separate out the three different algorithms to three separate classes. Keep the existing methods in SequenceSampler (to avoid breaking change, but delegate to the new classes). In the new classes include a parameter for source of randomness.

@cicirello cicirello added the enhancement New feature or request label Oct 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

1 participant