Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 309 Bytes

File metadata and controls

23 lines (16 loc) · 309 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

  • Math - General