-
Notifications
You must be signed in to change notification settings - Fork 246
Lib.numbers.float.random.Random
Thomas Mann edited this page Sep 5, 2025
·
3 revisions
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 |
⚠ Everything else is automatically generated and will be overwritten regularly.