add dune-file and .opam.
[xkcd936.git] / README.md
blob88eaa17cfe9839e4bddb0bcf832280105ce8a587
2 Generate random word combinations from a linefeed-separated list `words.txt` like
3 e.g. from https://codeberg.org/davidak/wortliste
5 ```
6 $ ./xkcd936
7 Kartoffelkäferbefall-Altersteilzeitregelung-auseinanderbersten-Gezücht
8 ```
10 If that sounds odd, see https://xkcd.com/936/
12 Caution: this approach has a statistical bias toward longer words but avoids to
13 actually read the wordlist (O(1), sic!), so it may be as big as you like.
15 ## Similar
17 * λλ= https://github.com/utgarda/correct-unicorn
18 * ☕️ https://github.com/maandree/correctpony