Random(updateContinuously)
takes a boolean to determine if it should generate once or be regenerated on an ongoing basis
When compared, False()
and false
are equivalent – they both return the boolean false.
But when used in the Random
formula, Random(false)
does not work the same as Random(False())
.
You can see this document for details: Random Example