getRandomString

fun getRandomString(requiredLength: Int = 10, charPool: List<Char> = defaultCharPool): String(source)