Skip to content

Randomize.String

Jason Park edited this page Jul 13, 2018 · 1 revision

Randomize.String

Create a random string. Usage

Methods

Name Description
Randomize.String The string would have a length of length and be composed of letters. Usage
new Randomize.String(int length = 16, String letters = "abcdefghijklmnopqrstuvwxyz")
create Create a random string. Usage
String create()
Clone this wiki locally