nushell/crates/nu-command/tests/commands/random/mod.rs
Stefan Holderbach d53b0a99d0
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 13:03:05 +02:00

8 lines
96 B
Rust

mod bool;
mod chars;
mod dice;
mod float;
mod integer;
#[cfg(feature = "uuid_crate")]
mod uuid;