generateStrings

open override fun generateStrings(count: Int): List<String>

Returns random words from the dictionaries in settings.

Return

random words from the dictionaries in settings

Parameters

count

the number of words to generate

Throws

if no words could be found using the settings in settings

Sources

jvm source
Link copied to clipboard