Generate word combinations like in xkcd.com/936

Marcus Rohrmoser f93dbc45d9 'xkcd936.opam' löschen hace 3 años
bin f93dbc45d9 'xkcd936.opam' löschen hace 3 años
lib 2feb8d5225 more elegant. hace 4 años
test 2feb8d5225 more elegant. hace 4 años
.gitignore 354f0cbb41 initial hace 4 años
.ocamlformat 2feb8d5225 more elegant. hace 4 años
Makefile 354f0cbb41 initial hace 4 años
README.md 550395a798 'README.md' ändern hace 3 años
deploy.sh f93dbc45d9 'xkcd936.opam' löschen hace 3 años
doap.rdf 704cf0be01 Add a doap. hace 4 años

README.md

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.

Similar