RndFloat#

Category: Math

Back to System Functions


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#()