{"tool":"echo","tool_display":"Echo","intent":"print_random_number","intent_display":"print_random_number","title":"Echo Command: print_random_number","command_string":"echo $RANDOM","raw_command_string":"echo $RANDOM","description":"Exact CLI syntax to print_random_number using Echo.","usage_scenario":"Use when scripting requires randomness, such as generating test data or simulating variable user inputs in development environments. Suitable for scenarios where cryptographic strength is not necessary, but non-deterministic input is desirable, such as during fuzz testing.","scenario_context":"Use this command to simulate randomness in your test data effectively.","simulated_output":"$ echo $RANDOM\n21374","how_to_steps":["Run the command: echo $RANDOM","Use the output in your testing script by integrating it directly."],"canonical_url":"https://www.syntaxstandard.com/echo/print_random_number"}