mirror of
https://github.com/nushell/nushell.git
synced 2025-04-03 22:20:48 +02:00
# 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;
|