Generate a random string of specified length
Version: 1.0.0
Author: AllMiTools Team
Output Type:
Description: Generate a random string of specified length
Version: 1.0.0
Author: AllMiTools Team
Name | Type | Description | Required | Default |
---|---|---|---|---|
length | int | Length of the random string | false | 10 |
mixedCase | bool | Include both uppercase and lowercase letters (default: false, lowercase only) | false | false |