handlebars-helper icon indicating copy to clipboard operation
handlebars-helper copied to clipboard

Add optional seed to shuffle

Open sashee opened this issue 9 years ago • 0 comments

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.

sashee avatar Nov 02 '15 15:11 sashee