RndFloat#
Category: Math
Signature
RndFloat#()
Returns
Float
Description
Returns a pseudo-random Float value in the range 0.0 to 1.0.
Call SeedRnd to make the sequence deterministic for repeatable behavior.
Example
noise# = RndFloat#()
Category: Math
RndFloat#()
Float
Returns a pseudo-random Float value in the range 0.0 to 1.0.
Call SeedRnd to make the sequence deterministic for repeatable behavior.
noise# = RndFloat#()