File: README

package info (click to toggle)
unsort 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 540 kB
  • sloc: ansic: 1,408; sh: 1,256; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (2)
1
2
3
4
5
This program reorders the lines in its input with no regard to the actual
contents. Two permutation algorithms are available: randomization
based on a good PRNG (the Mersenne Twister algorithm) and "shuffling",
which permutes the lines in such a way that they're spread more or less
evenly in the output. This mode is primarily intended for music playlists.