generateUndecoratedStrings

protected open override fun generateUndecoratedStrings(count: Int): List<String>(source)

Generates count random strings by concatenating the outputs of the schemes.

The schemes are first all given a reference to the same random before each generating count random strings. These results are then concatenated into the output.