ProtoFlux:Random String

From Resonite Wiki
Random String
Characters
*
Length
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.

This node constantly changes its value every frame, if you want to use this value, make sure to either Write to a Variable or use it within that frame.

Inputs

Characters (string)

The pool of characters used for the randomization.

Length (int)

The length of the output string.

Outputs

* (string)

The random result.