User Tools

Site Tools


crpl:docs:randint

This is an old revision of the document!


<- CRPL reference <- Utility Commands

RandInt

ArgumentsResultNotation
Min, MaxRandom Integer n1 n2 – n2

Description

Pops Min and Max from the stack and pushes a random integer to stack where min <= RandInt < max.

Examples

#Creates a dancing number readout. Very high tech hackery.
0 10 RandInt
    0 10 RandInt concat
    0 10 RandInt concat
    0 10 RandInt concat
    SetPopupText
    
:awake
  TRUE OperateWhilePaused
crpl/docs/randint.1426800250.txt.gz · Last modified: 2025/02/14 14:56 (external edit)