Random String
Random
The Random String node takes in a string value and the length, then returns a randomized string value. The string provided acts as a pool of characters, and you can skew the percent chance of a character being selected if there are multiples of the same character.
Inputs
Characters (string)
The pool of characters used for the randomization.
Length (int)
The length of the output string.
Outputs
* (string)
The random result.