Struct RandomFloat
Inherited Members
Namespace: Runtime
Assembly: solution.dll
Syntax
[NodeSearcherItem("Math/Random Float")]
[Serializable]
[NodeDescription("Return a random float number between Min [inclusive] and Max [exclusive]. Note: Random with Min = 0.0 and Max = to 1.0, can't return 1.0f.")]
public struct RandomFloat : IDataNode, INode
  Fields
| Name | Description | 
|---|---|
| Max | |
| Min | |
| Result | 
Methods
| Name | Description | 
|---|---|
| Execute<TCtx>(TCtx) |