Generate word combinations like in xkcd.com/936

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

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