Class RandomIntNode
Outputs a random integer value.
Inheritance
RandomIntNode
Syntax
[ScriptNode("Random Int", "Random", true)]
[Serializable]
[ExplicitInPortTypes(new Type[] { typeof(int) })]
[ExplicitOutPortTypes(new Type[] { typeof(int) })]
public class RandomIntNode : RangeRandomNode<int>, IProcessorNode, IProviderNode, IConsumerNode, IScriptNode, INode
Methods
GetRandomValue(int, int)
Declaration
protected override int GetRandomValue(int minValue, int maxValue)
Parameters
Type |
Name |
Description |
int |
minValue |
|
int |
maxValue |
|
Returns
Overrides
Implements