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

Add optional seed to shuffle #25

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

sashee
Copy link

@sashee sashee commented Nov 2, 2015

I needed a way to reproducibly shuffle an array, so that I won't get different results each time the template is running (unless the underlying data is changed). This PR adds an optional seed argument to the shuffle function. If no seed is passed, the original functionality is retained.

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

Successfully merging this pull request may close these issues.

None yet

1 participant