intellij-randomness / com.fwdekker.randomness.word / WordInsertAction / generateStrings

generateStrings

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

Overrides DataInsertAction.generateStrings

Returns random words from the dictionaries in settings.

Parameters

count - the number of words to generate

Exceptions

InvalidDictionaryException - if no words could be found using the settings in settings

Return
random words from the dictionaries in settings