Implement random starting alphabet.

This commit is contained in:
2021-04-06 03:11:33 +00:00
parent 48d1a97acd
commit 5fbec89c4e
2 changed files with 17 additions and 7 deletions

View File

@ -27,5 +27,6 @@ with nearly any version of golang installed. Then execute it with
./alphabetter
```
To loop forever, run with `--infinite`.
To loop forever, run with `--infinite`. While in infinite mode, only the starting alphabet and final alphabet are printed.
To start with a random alphabet (on each iteration), run with `--random`.