️ Mirror of https://code.mro.name/mro/xkcd936 | 🐫 🔐 Generate word combinations like in xkcd.com/936 https://xkcd.com/936
 
 
 
Go to file
Marcus Rohrmoser 🌻 f93dbc45d9 'xkcd936.opam' löschen 2021-10-23 12:22:46 +02:00
bin 'xkcd936.opam' löschen 2021-10-23 12:22:46 +02:00
lib more elegant. 2020-05-29 18:16:38 +02:00
test more elegant. 2020-05-29 18:16:38 +02:00
.gitignore initial 2020-03-27 18:17:07 +01:00
.ocamlformat more elegant. 2020-05-29 18:16:38 +02:00
Makefile initial 2020-03-27 18:17:07 +01:00
README.md 'README.md' ändern 2021-02-04 23:27:41 +01:00
deploy.sh 'xkcd936.opam' löschen 2021-10-23 12:22:46 +02:00
doap.rdf Add a doap. 2020-04-16 17:24:33 +02:00

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