Generate word combinations like in xkcd.com/936

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

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