Random Boolean
Generates a random boolean value.
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Exec In (inputs:execIn) |
|
Signal to the graph that this node is ready to be executed. |
None |
Is noise function (inputs:isNoise) |
|
Turn this node into a noise generator function For a given seed, it will then always output the same number(s) |
False |
Metadata |
hidden = true |
||
Metadata |
literalOnly = 1 |
||
Seed (inputs:seed) |
|
The seed of the random generator. |
None |
Use seed (inputs:useSeed) |
|
Use the custom seed instead of a random one |
False |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Exec Out (outputs:execOut) |
|
Signal to the graph that execution can continue downstream. |
None |
Random Boolean (outputs:random) |
|
The random boolean value that was generated |
None |
State
Name |
Type |
Descripton |
Default |
---|---|---|---|
Gen (state:gen) |
|
Random number generator internal state (abusing matrix3d because it is large enough) |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.RandomBoolean |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
True |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Random Boolean |
Categories |
math:operator |
Generated Class Name |
OgnRandomBooleanDatabase |
Python Module |
omni.graph.nodes |