up Inquisit Language Reference

rand function

Generates a random number from a uniform distribution within a given range

Member of

<global>

Syntax

rand(min, max)

Return Type

number

Parameters

Name Type Description
min number The bottom of the range.
max number The top of the range.

Remarks

Examples


Copyright Millisecond Software, LLC. All rights reserved.