mirror of
https://github.com/nushell/nushell
synced 2025-01-05 01:39:02 +00:00
d53b0a99d0
# 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.
7 lines
96 B
Rust
7 lines
96 B
Rust
mod bool;
|
|
mod chars;
|
|
mod dice;
|
|
mod float;
|
|
mod integer;
|
|
#[cfg(feature = "uuid_crate")]
|
|
mod uuid;
|