generate_random_hex
Generate a random hexadecimal string from a specified number of bytes, outputting twice the byte length in hex characters.
Instructions
Generate a random hexadecimal string of the specified byte length.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bytes | No | Number of random bytes (output will be 2x this length in hex) |