A proper shuffle
The list is shuffled with the Fisher–Yates algorithm, which makes every possible ordering exactly as likely as every other one. Sorting by a random key — the trick most spreadsheets use — does not.
Each swap draws from your browser's cryptographic random number generator, sampled without the rounding bias a plain remainder introduces.