Random Boolean Generator
Purpose of the Node
The Random Boolean Generator node is used to generate a random boolean value. It takes a probability as input and returns a boolean value (true
or false
) based on that probability.
Pins
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
Probability | The probability of the boolean being true | Float | 0.0 to 1.0 |
Value | The random boolean value | Boolean | N/A |