ofUtf8Length

fun ofUtf8Length(r: Random, minUtf8Length: Int, maxUtf8Length: Int): String

Returns a random string that will have a random UTF-8 representation length between minUtf8Length and maxUtf8Length.

Parameters

minUtf8Length

Minimum UTF-8 representation length (inclusive).

maxUtf8Length

Maximum UTF-8 representation length (inclusive).