new RandStrGen(_length, _charsArray=)
Random String Generator class. Generate cached unique strings.
Parameters:
Name | Type | Argument | Default | Description |
---|---|---|---|---|
_length |
Number |
<optional> |
5 | Generated strings length. |
_charsArray= |
Array |
<optional> |
Characters Array to use on string generation |
- Source:
Methods
-
<static> create()
-
Create a new UNIQUE identity key (string).
- Source:
Returns:
- The generated identity key.- Type
- String
-
<static> create()
-
Create a new random identity key (string)
- Source:
Returns:
- The generated identity key.- Type
- String