The RAND function returns a random integer within a specified inclusive range.
#rand(minumim, maximum)
Arguments:
- minimum: The lowest value to return.
- maximum: The highest value to return.
Returns:
- A pseudo-random value between the specified minimum and maximum (inclusive).