nushell/crates/nu-command/src/random
Stefan Holderbach cc767463e6
Rename random integer to random int (#10520)
# Description
Consistently use `int` for types and commands

h/t @1kinoti

Work for #10332

# User-Facing Changes
Deprecate `random integer` in the next release

New command `random int`

# Tests + Formatting
(-)
2023-09-28 11:47:05 +02:00
..
bool.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
chars.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
decimal.rs Rename random decimal to random float (#10320) 2023-09-12 13:03:05 +02:00
dice.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
float.rs Rename random decimal to random float (#10320) 2023-09-12 13:03:05 +02:00
int.rs Rename random integer to random int (#10520) 2023-09-28 11:47:05 +02:00
integer.rs Rename random integer to random int (#10520) 2023-09-28 11:47:05 +02:00
mod.rs Rename random integer to random int (#10520) 2023-09-28 11:47:05 +02:00
random_.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
uuid.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00