added hint about uneven distribution of 1s when using program generated dice rolls

This commit is contained in:
TLINDEN
2015-08-02 15:27:33 +02:00
parent 12c2675e6a
commit 3a83b58a7e
2 changed files with 19 additions and 0 deletions

View File

@@ -46,6 +46,18 @@ L<https://xkcd.com/936/>.
=head1 BUGS
=over
=item *
Program rolled dices are using a pseudo random device, thanks
to some yet unknown reason the digits of dice rolls are unevenly
distributed, in fact there are 20% as much 1s as other digits.
Use the option b<-t> with physical dices to mitigate this.
=back
In order to report a bug, unexpected behavior, feature requests
or to submit a patch, please open an issue on github:
L<https://github.com/TLINDEN/diceware/issues>.