randomRealisticUnicodeString

Returns random string of length between 0-20 codepoints, all codepoints within the same unicode block.


Returns random string of length up to maxLength codepoints , all codepoints within the same unicode block.


fun randomRealisticUnicodeString(r: Random, minLength: Int, maxLength: Int): String

Returns random string of length between min and max codepoints, all codepoints within the same unicode block.