Category: Mathematics
Syntax:
mathRndRange:Double(min:Double, max:Double)
Double
Returns a random floating-point number in a specified range.
Takes min (minimum value), max (maximum value).
Returns a random double-precision number between min and max (inclusive).
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn