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