mathRand

Category: Mathematics

Syntax:

mathRand:Int(min:Int, max:Int)


Parameters

Returns

Int



Summary

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



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn