Class RandomIntNode
Outputs a random integer value.
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: InsaneScatterbrain.MapGraph
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
Type | Description |
---|---|
int |
Overrides
InsaneScatterbrain.MapGraph.RangeRandomNode<int>.GetRandomValue(int, int)