Use
s.random_string(integer)
Description
Generates a random string of characters with a given length.
Example
v.foo = s.random_string(30)
s.echo(v.foo)
s.random_string(integer)
Generates a random string of characters with a given length.
v.foo = s.random_string(30)
s.echo(v.foo)