about summary refs log tree commit diff
path: root/scratch/deepmind/part_two/shuffle.py
AgeCommit message (Collapse)AuthorFilesLines
2020-03-06 Implement an in-place shuffling algorithmWilliam Carroll1-0/+20
I believe this may be the Fisher-Yates shuffle, but I'm not sure.