Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 347 Bytes

File metadata and controls

22 lines (16 loc) · 347 Bytes

Random

Description

Procedure Random returns a random number between 0.0 and 1.0.

FUNCTION Random : REAL;
def vs.Random():
    return REAL

Remarks

Generates a random number between 0.0 and 1.0

Version

Availability: from VectorWorks8.0

Category