Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 3.1 KB

File metadata and controls

24 lines (16 loc) · 3.1 KB

random()

Generates a random number from within an integer range.

Data signatures
random( greater than this: $${\color{green}int}$$, and less than that: $${\color{green}int}$$ )
Call signatures
random( greater than this: Term ǁ Variable ǁ Header ǁ Function, and less than that: Term ǁ Variable ǁ Header ǁ Function )
Purpose Value
Main focus random() produces a calculated value
Context Qualifier
Match qualifiers onmatch
Value qualifiers onmatch

[Back to index]