Lib.numbers.float.random.Random - tixl3d/tixl GitHub Wiki
Generates a static random value based on a seed in the predefined range.
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 |
Name | Type |
---|---|
Result | System.Single |
Please help use to improve this documentation. Feel free to improve the description.
⚠ Everything else is automatically generated and will be overwritten regularly.