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