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

Update docs: tell about RaspPi hardware RNG.

parent 5e115a6e
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,12 @@ therefore depends on the quality of your OS implementation. ...@@ -33,6 +33,12 @@ therefore depends on the quality of your OS implementation.
As a user you can enforce the use of this source of randomness with As a user you can enforce the use of this source of randomness with
the ``-r system`` option. the ``-r system`` option.
Please note that the Raspberry Pi is said to provide a hardware random
number generator that delivers "real randomness". One has to enable it
system-wide to make it the active source of randomness on a Raspberry
Pi. If done properly, also :class:`randomSystemRandom` (and hence
`diceware`) should use good quality random numbers.
Real Dice Real Dice
--------- ---------
......
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