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

Access random combination from iterator #4

Open
VHazeleger opened this issue Dec 10, 2019 · 1 comment
Open

Access random combination from iterator #4

VHazeleger opened this issue Dec 10, 2019 · 1 comment

Comments

@VHazeleger
Copy link

Within the combinations iterator, is there any way to access combinations at random? (I.e. instead of getnext() do something equivalent to getrandom(), after which that combination is dropped from the iterator object.)

@randy3k
Copy link
Owner

randy3k commented Dec 10, 2019

Unfortunately, it doesn’t seem to be dorable.

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