You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

random()

Usage

random(length)

Description
Returns a random alphanumerical string of the given length. This method can for example be used to create default passwords etc.

Example

${random(8)}

results in

gz5sl4z

Search results for "random()"

random()

Returns a random alphanumerical string of the given length. This method can for example be used to create default passwords etc.

random(length)