Random¶
Generates a static random value based on a seed in the predefined range.
Input Parameters¶
| Name (Relevancy & Type) | Description |
|---|---|
| Seed (Int32) | — |
| Min (Single) | Lower limit for the random value |
| Max (Single) | Upper limit for the random value |
| UniqueForChild (Boolean) | (This seems to be broken at the moment) Defines whether, if multiple values are output, they are all identical or unique |
Outputs¶
| Name | Type |
|---|---|
| Result | System.Single |