mathRndRange

Category: Mathematics

Syntax:

mathRndRange:Double(min:Double, max:Double)


Parameters

Returns

Double



Summary

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



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn