Returns a random string that between the length range
Optional
the min length, inclusive
the max length, exclusive
the source characters to be generated from
a random string that between the length range
randomString(8); Copy
randomString(8);
Returns a random string that between the length range