An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# shuffle

[![GoDoc](https://godoc.org/github.com/dim13/shuffle?status.svg)](https://godoc.org/github.com/dim13/shuffle)
[![Build](https://github.com/dim13/shuffle/workflows/build/badge.svg)](https://github.com/dim13/shuffle/actions)

Package shuffle implements Fisher-Yates shuffle algorithm