Random
Function. Outputs a random float value within a specified range.
The result is greater than or equal to Start and strictly less than End. Each time the block is evaluated (per particle creation or per frame, depending on the chain), a new random value is produced.
Properties & inputs:
- Start (input | property): Lower bound of the range (inclusive).
- End (input | property): Upper bound of the range (exclusive).
Output:
- Random float value in the range [Start; End).