Add dice subcommand to random command (#2082)

* Add dice subcommand to random command

* Update random dice test name

* Stream results of random dice

* Thanks Clippy!
This commit is contained in:
Joseph T. Lyons
2020-06-30 00:12:51 -04:00
committed by GitHub
parent ed10aafa6f
commit 9876169f5d
7 changed files with 168 additions and 14 deletions

View File

@ -1,2 +1,3 @@
mod bool;
mod dice;
mod uuid;