https://github.com/dim13/shuffle
Fisher-Yates shuffle algorithm
https://github.com/dim13/shuffle
golang shuffle
Last synced: 11 days ago
JSON representation
Fisher-Yates shuffle algorithm
- Host: GitHub
- URL: https://github.com/dim13/shuffle
- Owner: dim13
- License: isc
- Created: 2017-04-13T13:54:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-31T08:09:47.000Z (about 6 years ago)
- Last Synced: 2024-11-16T09:31:18.039Z (11 months ago)
- Topics: golang, shuffle
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shuffle
[](https://godoc.org/github.com/dim13/shuffle)
[](https://github.com/dim13/shuffle/actions)Package shuffle implements Fisher-Yates shuffle algorithm