randomString - EdgeIY/infiniteyield GitHub Wiki

Documentation

string randomString()

Description

Generates a random string with a length of 10 to 19 characters.

Example

--Note: This is just a snippet
["Function"] = function(args,speaker) 
  print(randomString()) --> U2lWMAunf0
end