Function: rand

Syntax

rand ({<num>})

Type

numeric

Returns

A random number in a range.

Parameters

Examples

The following returns a number in the range 0 through 1000.

numeric software_price = rand(1000)