Random and negative numbers
generate a random number between 0 and 2100 then subtract 100.
A quick google search turned up a decent looking article on using Rand(). It includes code examples for working with a specific range at the end of the article.
Generate a random number between 0 and 2100, and subtract 100.