RndDouble!
Category: Math
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!()
Category: Math
RndDouble!()
Double
Returns a pseudo-random Double value in the range 0.0 to 1.0.
Call SeedRnd to make the sequence deterministic for repeatable behavior.
chance! = RndDouble!()