random-text
Function
Creates random text with letters and numbers for passwords or tokens
Syntax
$text = random-text
generate 32 character string
$text = random-text length 12
with specific length
$text = random-text length $length-var
with length from variable