Difference between revisions of "Random"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a pseudo-random number between 0 and the value of the specified numerical expression. ==== Usage ==== <syntaxhighlight>Random(Value)</syntaxhighlight> Where: [[Va...")
(No difference)

Revision as of 14:21, 26 January 2012

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

Usage

Random(Value)

Where: Value - a numerical expression

Example

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