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
2024-12-30 15:03:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
a11c9e9d70
nushell
/
crates
/
nu-command
/
tests
/
commands
/
random
/
mod.rs
8 lines
73 B
Rust
Raw
Normal View
History
Unescape
Escape
support filesize arguments in `random` `binary`/`chars` (#14068) Closes #13920 # User-Facing Changes `random binary` and `random chars` now support filesize arguments: ```nushell random binary 1kb random chars --length 1kb ```
2024-10-12 06:49:05 +00:00
mod
binary
;
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 random chars cmd (#2782)
2020-12-08 17:43:46 +00:00
mod
chars
;
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
;
Rename `random decimal` to `random float` (#10320) # Description Similar to #9979 # User-Facing Changes `random decimal` will now raise a warning and can be removed in an upcoming release. New command is named `random float` # Tests + Formatting Tests updated and improved.
2023-09-12 11:03:05 +00:00
mod
float
;
Use `int` type name consistently (#10579) # Description When referring to the type use `int` consistently. Only when referring to the concept of integer numbers use `integer`. - Fix `random integer` to `random int` tests - Forgot in #10520 - Use int instead of integer in error messages - Use int type name in bits commands - Fix messages in `for` examples - Use int typename in `into` commands - Use int typename in rest of commands - Report errors in `nu-protocol` with int typename Work for #10332 # User-Facing Changes User errorrs should now use `int` so you can easily find the necessary commands or type annotations. # Tests + Formatting Only two tests found that needed updating
2023-10-03 16:24:32 +00:00
mod
int
;
Adds random command with uuid subcommand (#2050)
2020-06-25 05:51:09 +00:00
mod
uuid
;
Reference in a new issue
Copy permalink