sparkartgroup / handlebars-helper

A collection of Handlebars Helpers for use with Solidus
MIT License
39 stars 9 forks source link

Add optional seed to shuffle #25

Open sashee opened 9 years ago

sashee commented 9 years ago

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.