Skip to content
Snippets Groups Projects
Commit bde3265d authored by ulif's avatar ulif
Browse files

Tell about `--dice-sides` in README.

parent 8af11de3
No related branches found
No related tags found
No related merge requests found
......@@ -143,13 +143,18 @@ option.
By default we use the `random.SystemRandom`_ class of standard Python
lib but you can also bring your own dice to create randomness::
$ diceware -r realdice
$ diceware -r realdice --dice-sides 6
Please roll 5 dice (or a single dice 5 times).
What number shows dice number 1? 2
What number shows dice number 2? 3
...
DogmaAnyShrikeSageSableHoar
Normally dice have six sides. And this is also the default in
`diceware` if you do not use ``--dice-sides``. But if you do, you can
tell how many sides (all) your dice have. More sides will lead to less
rolls required.
We support even sources of randomness from other packages. See the
`documentation <https://diceware.readthedocs.io/>`_ for more details.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment