View Single Post
Old 01-04-2009, 11:06 PM   #4
interesting
getDare Succubus
 
interesting's Avatar
 
Join Date: Sep 2008
Location: Somewhere between here and there, in Quebec, Canada...
Posts: 1,662
Blog Entries: 27
Default

You can actually use Excel or other programs like that to generate a random number, and then roll it as many times as necessary. Here is the formula.

=INT(RAND()*(X-1)+1)

where X is the number you need to roll +1 (so for rolling 75, you actually enter 76). Cut & paste the formula as many times as you need to roll it.

You can even have the computer add these numbers by setting them all up in a column. The formula is :

=SUM(X1Y1:X2Y2)

where the X1Y1 are the value of the first cell, while X2Y2 is the value of the last cell. Remember, they have to be in a column or a row.

Hope that helps a little.
__________________


You can visit my erotic stories website at:
interestinglifestories.weebly.com


This link can get you to all of my stories on this site as well:
Blog for my GD stories

interesting is offline   Reply With Quote