• Max Kellermann's avatar
    playlist: implement Fisher-Yates shuffle properly · d8fc8ca7
    Max Kellermann authored
    MPD's shuffling algorithm was not implemented well: it considers songs
    which were already swapped, making it somewhat non-random.
    
    Fix the Fisher-Yates shuffle algorithm by passing the proper bounds to
    the PRNG.
    d8fc8ca7
playlist.c 32.9 KB