RndDouble!

Category: Math

Back to System Functions


Signature

RndDouble!()

Returns

Double

Description

Returns a pseudo-random Double value in the range 0.0 to 1.0.

Call SeedRnd to make the sequence deterministic for repeatable behavior.

Example

chance! = RndDouble!()