generateString

open fun generateString(length: Int): String(source)

Generates a random string with the specified length.

Return

the generated string

Parameters

length

the length of the generated string