Generate word combinations like in xkcd.com/936
Marcus Rohrmoser f93dbc45d9 'xkcd936.opam' löschen | hace 3 años | |
---|---|---|
bin | hace 3 años | |
lib | hace 4 años | |
test | hace 4 años | |
.gitignore | hace 4 años | |
.ocamlformat | hace 4 años | |
Makefile | hace 4 años | |
README.md | hace 3 años | |
deploy.sh | hace 3 años | |
doap.rdf | hace 4 años |
Generate random word combinations from a linefeed-separated list words.txt
like
e.g. from https://codeberg.org/davidak/wortliste
$ ./xkcd936
Kartoffelkäferbefall-Altersteilzeitregelung-auseinanderbersten-Gezücht
If that sounds odd, see https://xkcd.com/936/
Caution: this approach has a statistical bias toward longer words but avoids to actually read the wordlist (O(1), sic!), so it may be as big as you like.