rand_int()


Returns a random integer (per submission)

rand_int(x, y)
x Inclusive lower bound
y Inclusive upper bound

Example:

shape: Object = circle(150, 150, 300)
frames: Number = rand_int(10, 500)
shape.draw(1, frames)