The random library provides a few convenience utilities to generate random content

General Methods

word

Returns a random word from the Unix standard dictionary

str = random:word()

uuid

Generates a UUID

str = random:uuid()

 

Note that there is no method for generating a random number in this library.  That is available from math:random()