Set Text with a random Text

Russ Thomas said:

Take a look at the apache APIs:

import org.apache.commons.lang.RandomStringUtils

and how i use it on Katalon? I go to the script of my test case and insert it and how i use the random function on my command?

my current command is:
WebUI.setText(findTestObject(‘Page_CreateEvent/input_title1’), ‘Event Draft Automation 02’)