StringGenerator

class StringGenerator(stringLength: Int, excludedStrings: List<String> = emptyList())

Util class for generating random string

Constructors

Link copied to clipboard
constructor(stringLength: Int, excludedStrings: List<String> = emptyList())

Functions

Link copied to clipboard

Method for returning random string