0joshuaolson1 / factoradic

Invertible transformations on permutation representations, including an RNG-free in-place Fisher-Yates-Knuth shuffle https://www.npmjs.com/package/factoradic
https://www.npmjs.com/package/factoradic
Apache License 2.0
0 stars 0 forks source link

Note that atop shuffling starts with lower radices #10

Closed 0joshuaolson1 closed 6 years ago

0joshuaolson1 commented 7 years ago

E.g. atop([1,2]) can be split as atop([0,2], atop([1,0])), but which is not commutative with atop([1,0], atop([0,2])).