generateStrings

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

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

Return

random decimals between the minimum and maximum value, inclusive

Parameters

count

the number of decimals to generate

Sources

jvm source
Link copied to clipboard