generate_random_port
Generate random port numbers for network configuration and testing. Specify count, range, and exclusions to create custom port sets.
Instructions
Generate random port numbers
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of ports to generate | |
| min | No | Minimum port number | |
| max | No | Maximum port number | |
| exclude | No | Ports to exclude |