Random NumberΒΆ
The random node outputs a pseudo-random floating point number between the Min and Max values. You can change te generated number by changing the seed value.
There is an aditional seed value that can be useful when generating multiple random numbers for each frame for example. If multiple random nodes have the same seed value, they will generate the same number.
When they have a different seed value, they will generate a different random number (most likely).