WordSettings(minLength: Int = DEFAULT_MIN_LENGTH, maxLength: Int = DEFAULT_MAX_LENGTH, enclosure: String = DEFAULT_ENCLOSURE, capitalization: CapitalizationMode = DEFAULT_CAPITALIZATION, bundledDictionaryFiles: MutableSet<String> = mutableSetOf(BundledDictionary.SIMPLE_DICTIONARY, BundledDictionary.EXTENDED_DICTIONARY), userDictionaryFiles: MutableSet<String> = mutableSetOf(), activeBundledDictionaryFiles: MutableSet<String> = mutableSetOf(BundledDictionary.SIMPLE_DICTIONARY), activeUserDictionaryFiles: MutableSet<String> = mutableSetOf())
Contains settings for generating random words.