generateStringsTimely

fun generateStringsTimely(count: Int = 1): List<String>

Generates random data, or throws an exception if it takes longer than GENERATOR_TIMEOUT milliseconds.

Return

random data

Parameters

count

the number of data to generate

Throws

if data could not be generated in time

Sources

jvm source
Link copied to clipboard