Generate random string
| Name | Type | Description | Required |
|---|---|---|---|
| length | int | length of generated string | yes |
| characters | string | string constructor characters, default is alphabet in upper and lower case | no |
Output : string
Static or normal : Static
tools::randomString();tools::randomString(16, 'abcdefg');