TimothyGu / knuth-shuffle-seeded

The Fisher-Yates (aka Knuth) shuffle for Browser and Node.js
https://timothygu.github.io/knuth-shuffle-seeded/
Apache License 2.0
9 stars 1 forks source link

why is browser.js minified? #1

Open crmn111 opened 9 years ago

crmn111 commented 9 years ago

makes no sense

TimothyGu commented 9 years ago

Why not? It has the same API as the Node.js version.

crmn111 commented 9 years ago

I would like to see what is inside, could you commit expanded source? I am interested in forking it. Also, is there a 'de-shuffle' function using the seed that was used to do the initial shuffle?