Table of Contents

Method GetRandomWord

Namespace
Gamelogic.Words
Assembly
Gamelogic.Words.dll

GetRandomWord(IWordDictionary)

Gets the random word from the dictionary.

public static Word GetRandomWord(this IWordDictionary dictionary)

Parameters

dictionary IWordDictionary

The dictionary.

Returns

Word

A random word selected from the dictionary.