SimpleRandomStringGenerator

constructor(length: Int = 10, charPool: List<Char> = (('1'..'9') + ('A'..'Z') + ('a'..'z')).toList())