Create random binary command (#13542)

# Description/User-Facing Changes

Creates a new `random binary <LENGTH>` command, which returns random
bytes.

Resolve #13500
This commit is contained in:
Andrej Kolchin
2024-08-05 22:07:12 +03:00
committed by GitHub
parent 56ed532038
commit 1c37f4b958
3 changed files with 67 additions and 0 deletions

View File

@ -397,6 +397,7 @@ pub fn add_shell_command_context(mut engine_state: EngineState) -> EngineState {
RandomFloat,
RandomInt,
RandomUuid,
RandomBinary
};
// Generators