generateStrings

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

Returns random integers between the minimum and maximum value, inclusive.

Return

random integers between the minimum and maximum value, inclusive

Parameters

count

the number of integers to generate

Sources

jvm source
Link copied to clipboard