Page 1 of 1

Posted: Thu Apr 19, 2007 2:24 pm
by Greyaxe
WhenI want random results computers are not generally my first choice however...

They will require internet connectivity

http://www.mdani.demon.co.uk/para/random.htm

http://www.oswego.org/ocsd-web/games/Rn ... nogen.html

I have never seen an app to run locally but im sure they exist.

Posted: Thu Apr 19, 2007 4:40 pm
by Natalya
If it's a DOS program, you could use Dos-Box to run it.

Posted: Fri Apr 20, 2007 10:02 am
by Natalya
CaptRory wrote:Just stick the %s and Outcomes in a spreadsheet and roll physical dice.


If you're going to go through the trouble of typing in all the outcomes, then you might as well pick a cell and type "=round(rand()*100,0)", and have the spreadsheet roll percentile for you every time the sheet is refreshed.

Posted: Fri Apr 20, 2007 1:00 pm
by Snuffy
Natalya wrote:
CaptRory wrote:Just stick the %s and Outcomes in a spreadsheet and roll physical dice.


If you're going to go through the trouble of typing in all the outcomes, then you might as well pick a cell and type "=round(rand()*100,0)", and have the spreadsheet roll percentile for you every time the sheet is refreshed.


Thanks! I always like these tidbits for Excel!

Just press F9 for it to roll again with a new number.

Posted: Fri Apr 20, 2007 3:13 pm
by Natalya
Snuffy wrote:
Natalya wrote:
CaptRory wrote:Just stick the %s and Outcomes in a spreadsheet and roll physical dice.


If you're going to go through the trouble of typing in all the outcomes, then you might as well pick a cell and type "=round(rand()*100,0)", and have the spreadsheet roll percentile for you every time the sheet is refreshed.


Thanks! I always like these tidbits for Excel!

Just press F9 for it to roll again with a new number.


You can do the same for the other dice just by changing the multiplier. However use "roundup" for D4, D6, D8, D12, and D20, and use "rounddown" for D10. That way you avoid a "10" on the D10, and a "0" on the rest.