Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

word

Returns a random word from the Unix standard dictionaryusing node random-words package. note that random-words parameters are not supported in krl. 

Code Block
languagejavascript
themeConfluence
str = random:word()

uuid

Generates a UUID using node cuid package.

Code Block
languagejavascript
themeConfluence
str = random:uuid()

...