Invertible transformations on permutation representations, including an RNG-free in-place Fisher-Yates-Knuth shuffle https://www.npmjs.com/package/factoradic
~Note that jsdelivr tries to use a bad minifier for you. I don't know if creating a index.min.js would change that.~ (EDIT: jsDelivr upgraded UglifyJS and may be nice now; index.min.js is still a good idea)
Should test.js be the one to test the minified version as well?
~wzrd.in started trying to minify from 1.1.0 onward. Naturally it doesn't know about alternative loop strategies and stuff that shortens the code further.~ (EDIT: They don't respond to open issues well.)
~Note that jsdelivr tries to use a bad minifier for you. I don't know if creating a
index.min.js
would change that.~ (EDIT: jsDelivr upgraded UglifyJS and may be nice now; index.min.js is still a good idea)Should
test.js
be the one to test the minified version as well?~wzrd.in started trying to minify from 1.1.0 onward. Naturally it doesn't know about alternative loop strategies and stuff that shortens the code further.~ (EDIT: They don't respond to open issues well.)