Method GetRandomWord
GetRandomWord(IWordDictionary)
Gets the random word from the dictionary.
public static Word GetRandomWord(this IWordDictionary dictionary)
Parameters
dictionaryIWordDictionaryThe dictionary.
Returns
- Word
A random word selected from the dictionary.