chronoDave / Doombox

Music player for your unwieldy music collection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shuffle function should never return original array

chronoDave opened this issue · comments

Shuffle function should reshuffle in the case that the shuffled array is equal to the original array

Should be fixed by #57. Happy Hacktoberfest!

Implement Knuth Shuffle

Implement performance test to compare @sbab 's shuffle versus Knuth shuffle