Mwnci randwords() Function

Syntax

randwords(number)

Description

The randwords() function returns an array of the requested amount of random words from /usr/share/dict/words.

Example

include("main")
a=randwords(10)
println(a)


["whack's", "actualization's", "strip's", "lime", "Venezuela's", "Erich's", "vagrant's", "Karyn's", "preyed", "flattop"]