Optional
length: number = 16The length of the generated string. Default is 16.
Optional
characters: string = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'A string representing the characters to be used. Default includes uppercase, lowercase letters, and digits.
A random string composed of the specified characters.
Generates a random string of the specified length using the provided characters.