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
(-)
This commit is contained in:
Stefan Holderbach
2023-09-28 11:47:05 +02:00
committed by GitHub
parent 8f4ea69c22
commit cc767463e6
4 changed files with 134 additions and 1 deletions

View File

@ -370,6 +370,7 @@ pub fn add_shell_command_context(mut engine_state: EngineState) -> EngineState {
RandomDecimal,
RandomDice,
RandomFloat,
RandomInt,
RandomInteger,
RandomUuid,
};