Summary
Gets the specified count of random words.
Syntax
public static IEnumerable<string> Words(int count)
Parameters
Name | Type | Description |
---|---|---|
count | int | The count of random words. |
Return Value
Type | Description |
---|---|
IEnumerable |
An Enumerable of random words. |