Created a page for the Random String node. |
Added category: ContinuouslyChanging nodes |
||
Line 35: | Line 35: | ||
[[Category:ProtoFlux:Math:Random]] | [[Category:ProtoFlux:Math:Random]] | ||
[[Category:ContinuouslyChanging nodes]] |
Latest revision as of 06:55, 27 May 2025
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.