generateStrings

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

Generates array-like strings of random data.

Return

array-like strings of random data

Parameters

count

the number of array-like strings to generate

Throws

Sources

jvm source
Link copied to clipboard