forked from extern/nushell
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;
|