Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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()

  • No labels