Struct RandomInt
Inherited Members
Namespace: Runtime
Assembly: solution.dll
Syntax
[NodeSearcherItem("Math/Random Int")]
[Serializable]
[NodeDescription("Return a random integer number between Min [inclusive] and Max [exclusive]. Note: Random with Min = 0 and Max = 10 can return a number between 0 and 9.")]
public struct RandomInt : IDataNode, INode
Fields
Name | Description |
---|---|
Max | |
Min | |
Result |
Methods
Name | Description |
---|---|
Execute<TCtx>(TCtx) |