🌱 How to shuffle songs
I’ve hit this same problem multiple times at jobs. “Make it random” really means “make it feel random”.
humans are sometimes bad at estimating probabilities
Throwing the coin for a millionth time is the same as throwing it for the first time
You can use dithering algorithms to counter this.
Terms mentioned:
- Fisher-Yates
- dithering
- Gambler’s fallacy