Generate a random integer number between the two values, excluding the third specified value.
Useful for generating non‑repeating random numbers.
random min to max not o
min min value max max value o forbidden value
Source do ' never spawn the same number ?dice = (random 1 to 6 not ?dice) print ?dice update loop
