Random

From MultiCharts
Revision as of 06:34, 9 February 2012 by JoshM (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Returns a pseudo-random number between 0 and the value of the specified numerical expression.

Usage

Random(Value);

Where:

Value - a numerical expression.

Examples

Random(1.25);

Will return a random value anywhere between 0 and 1.25.

Random(-10);

Will return a random value anywhere between -10 and 0.