mirror of
https://github.com/nushell/nushell.git
synced 2024-12-03 05:44:09 +01: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.
8 lines
96 B
Rust
8 lines
96 B
Rust
mod bool;
|
|
mod chars;
|
|
mod dice;
|
|
mod float;
|
|
mod integer;
|
|
#[cfg(feature = "uuid_crate")]
|
|
mod uuid;
|