Added category: ContinuouslyChanging nodes |
m YoshBot moved page ProtoFlux:Random String to ProtoFlux:RandomString: Automated: removing spaces from ProtoFlux namespace |
||
(No difference)
|
Latest revision as of 00:31, 21 August 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.