Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

array-shuffle vs shuffle-array #33

Open
mesqueeb opened this issue Aug 1, 2022 · 1 comment
Open

array-shuffle vs shuffle-array #33

mesqueeb opened this issue Aug 1, 2022 · 1 comment

Comments

@mesqueeb
Copy link

mesqueeb commented Aug 1, 2022

would love a short table with pros/cons of both these libraries to be able to choose better!

@neoncube2
Copy link

neoncube2 commented Apr 29, 2024

Just had the same question! :)

My stab at this:

Feature shuffle-array array-shuffle
Speed Defaults to shuffling array in-place, so probably faster. Copies array and then shuffles it.
Maintained status Abandoned? Maintained
Supports custom random number generator Yes No
Platform support Maaaaybe only Node.js? (See #29 ) Browser and Node.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants