Chris Gillespie
af2f064f42
Add random chars cmd ( #2782 )
2020-12-09 06:43:46 +13:00
smaydew
5fb3df4054
Initial implementation of the random decimal subcommand. ( #2762 )
...
Co-authored-by: Stacy Maydew <stacy.maydew@starlab.io>
2020-11-24 22:19:48 +13:00
Jonathan Turner
1159d3365a
Fix clippy lints ( #2651 )
2020-10-09 10:47:51 +13:00
Radek Vít
798766b4b5
Remove panics from random integer and make the constraint more idiomatic ( #2578 )
...
* Remove panics from random integer and make the constraint more idiomatic
* Add open intervals to NumericRange
2020-09-20 08:41:49 +12:00
smaydew
1ffbb66e64
Initial implementation of random integer subcommand. ( #2489 )
...
* Initial implementation of random integer subcommand.
* Added additional examples.
Co-authored-by: Stacy Maydew <stacy.maydew@starlab.io>
2020-09-04 07:23:02 +12:00
Jonathan Turner
d8594a62c2
Add wasm support ( #2199 )
...
* Working towards a PoC for wasm
* Move bson and sqlite to plugins
* proof of concept now working
* tests are green
* Add CI test for --no-default-features
* Fix some tests
* Fix clippy and windows build
* More fixes
* Fix the windows build
* Fix the windows test
2020-07-18 13:59:23 +12:00
Joseph T. Lyons
9876169f5d
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!
2020-06-30 16:12:51 +12:00
Joseph T. Lyons
306dc89ede
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`
2020-06-26 16:51:05 +12:00
Joseph T. Lyons
72a21ad619
Adds random command with uuid subcommand ( #2050 )
2020-06-25 17:51:09 +12:00