Shuffle an array with a seed, and unshuffle back to the original with the same seed. Implemented with Mulberry32 PRNG and Fisher-Yates Shuffle algorithm in plain Javascript.
-
Updated
Dec 13, 2021 - JavaScript
Shuffle an array with a seed, and unshuffle back to the original with the same seed. Implemented with Mulberry32 PRNG and Fisher-Yates Shuffle algorithm in plain Javascript.
Add a description, image, and links to the deshuffle topic page so that developers can more easily learn about it.
To associate your repository with the deshuffle topic, visit your repo's landing page and select "manage topics."