Random

From MultiCharts
Revision as of 14:21, 26 January 2012 by 194.84.116.138 (talk) (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...")
(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

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