Category: Mathematics
Syntax:
mathRand:Int(min:Int, max:Int)
Int
Returns a random integer in a specified range.
Takes min (minimum value), max (maximum value).
Returns a random integer between min and max inclusive.
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn