Add bool subcommand to random (#2061)

* Add bool subcommand to random

* Fix function name copy paste error

* Fix issue 2062: allow deserialization of a decimal

* Add bias flag to `random bool`
This commit is contained in:
Joseph T. Lyons
2020-06-26 00:51:05 -04:00
committed by GitHub
parent 80ce8acf57
commit 306dc89ede
9 changed files with 151 additions and 3 deletions

View File

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