command
Version:
v0.0.0-...-736f5eb
Opens a new window with list of versions in this module.
Published: Feb 2, 2015
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Knuth / Fisher-Yates Shuffle
Implementation of the Fisher-Yates/Knuth shuffle
Fisher-Yates/Knuth Overview:
Randomly picks integers to swap elements in an ubiased manner.
Time Complexity: O(n)
Space Complexity: O(n)
Pseudocode: http://en.wikipedia.org/wiki/Fisher-Yates_shuffle
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.