Seems reasonable... At least when i mathed it in my headThrowing the first dice gives you N.
From the second dice - if result<=3, final number is N. If result>=4, final result is N+6.
Does this do it? I assume I'm restricted to one throw each, otherwise what's the point of the 2nd dice...
The probability would be a flat line, not a curve. Unless I've lost my marbles again. Each die has an equal probability of landing on any of it's 6 sides.Not by adding the pips together, which would be at least 2 and be a bell curve of probability, with 7 being the most probably and 2/12 being the least.
I suppose you could treat one die as a multiplier, odds = x1, evens = x2?
The only way to get 2 is snake eyes (1 pip on each die). 1/6 * 1/6 = 1/36. Ditto with 12. 3 can be gotten with either 1+2 or 2+1. 4 is 1+3, 3+1, 2+2. And so on.The probability would be a flat line, not a curve. Unless I've lost my marbles again. Each die has an equal probability of landing on any of it's 6 sides.
If the second die is simply +0 for odds or +6 for evens, that should do it. Multiplication doesn't work.Not by adding the pips together, which would be at least 2 and be a bell curve of probability, with 7 being the most probably and 2/12 being the least.
I suppose you could treat one die as a multiplier, odds = x1, evens = x2?
Ah, my bad. Geez, I need to go re-read my prob&stat book from university, because, well, that was a long time ago!The only way to get 2 is snake eyes (1 pip on each die). 1/6 * 1/6 = 1/36. Ditto with 12. 3 can be gotten with either 1+2 or 2+1. 4 is 1+3, 3+1, 2+2. And so on.
No 1. 2 and 12.Can I determine a random integer between 1 and 12 with them?