Generate word combinations like in xkcd.com/936
Marcus Rohrmoser f93dbc45d9 'xkcd936.opam' löschen | před 3 roky | |
---|---|---|
bin | před 3 roky | |
lib | před 4 roky | |
test | před 4 roky | |
.gitignore | před 4 roky | |
.ocamlformat | před 4 roky | |
Makefile | před 4 roky | |
README.md | před 3 roky | |
deploy.sh | před 3 roky | |
doap.rdf | před 4 roky |
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.