I was wondering if there is a way to get a random number between two numbers. I see that there is a Math.rand(), but this just grabs a very random number. I am trying to get a random number to draw a bitmap at random points on the screen.
Thanks for any and all the help.