WLJS LogoWLJS Notebook

RandomWord

RandomWord[] gives a pseudorandom commonly used word.

  • RandomWord[n] gives a list of n pseudorandom words.
  • RandomWord[type] gives a pseudorandom word of the specified type.
  • RandomWord[type, n] gives a list of n pseudorandom words of the specified type.

Examples

Single random word:

RandomWord[]

Multiple random words:

RandomWord[5]

Random nouns:

RandomWord["Noun", 5]

Random adjectives:

RandomWord["Adjective", 3]

Please visit the official Wolfram Language Reference for more details.

On this page