Hacker News new | ask | show | jobs
by xearl 3200 days ago
Sorting by hash will always cluster lines with equal content together, whereas true randomisation won't.

Eg `(seq 3; seq 3; seq 3) | sort -R`.