Created a page for the Random Int node. |
Added category: ContinuouslyChanging nodes |
||
Line 35: | Line 35: | ||
[[Category:ProtoFlux:Math:Random]] | [[Category:ProtoFlux:Math:Random]] | ||
[[Category:ContinuouslyChanging nodes]] |
Created a page for the Random Int node. |
Added category: ContinuouslyChanging nodes |
||
Line 35: | Line 35: | ||
[[Category:ProtoFlux:Math:Random]] | [[Category:ProtoFlux:Math:Random]] | ||
[[Category:ContinuouslyChanging nodes]] |
The Random Int node takes in a min and max value and returns a random int value.
The minimum this random value can be (inclusive). The default is 0
.
The maximum this random value can be (exclusive). The default is 1
.
The random result.