Function Entry: RANDOM

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: RANDOM

Name

random

Class

BricsCAD Extension Function

Syntax

(random [n])

Description

Returns a random integer (in [0, n) if n is supplied; otherwise from the full integer range).

Return Values

Vendor-defined; see Source Notes.

Side Effects

Vendor-defined.

Examples

Not documented in the BricsCAD-Specific LISP Functions catalogue page.

Availability

  • AutoCAD 2026: not documented.
  • BricsCAD V26: documented.
  • Status: BricsCAD-only.

Source Notes