randomString - EdgeIY/infiniteyield GitHub Wiki
Documentation
string randomString()
Description
Generates a random string with a length of 10 to 20 characters.
Example
-- Note: This is just a snippet
["Function"] = function(args, speaker)
print(randomString()) --> eMaTh5DkPKgrqQRoJW
end