package
module
Version:
v0.0.0-...-7b79869
Opens a new window with list of versions in this module.
Published: Aug 1, 2015
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
README
¶
shuffle
Package shuffle.
Documentation
¶
FisherYates function performs an in-place Fisher-Yates shuffle.
type FY interface {
Len() int
Swap(int, int)
}
FY interface implements the Fisher-Yates shuffle.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.