Random Boolean
Generates a random boolean value.
Installation
To use this Node, you must enable omni.graph.nodes
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
execIn |
|
The input execution port to output a new random value |
|
Seed (seed) |
|
The seed of the random generator. |
|
Use seed? (useSeed) |
|
Use the custom seed instead of a random one? |
False |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
Random Boolean (random) |
|
The random boolean value that was generated |
|
execOut |
|
The output execution port |