This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
nushell
Watch
2
Star
0
Fork
You've already forked nushell
0
mirror of
https://github.com/nushell/nushell
synced
2025-01-05 01:39:02 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
dbe0effd67
nushell
/
crates
/
nu-cli
/
tests
/
commands
/
random
/
mod.rs
4 lines
30 B
Rust
Raw
Normal View
History
Unescape
Escape
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 04:51:05 +00:00
mod
bool
;
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 04:12:51 +00:00
mod
dice
;
Adds random command with uuid subcommand (#2050)
2020-06-25 05:51:09 +00:00
mod
uuid
;
Reference in a new issue
Copy permalink