jrmaag
jrmaag
  • Threads: 1
  • Posts: 1
Joined: Oct 8, 2018
October 8th, 2018 at 9:46:25 AM permalink
I know there are 36 ways the dice can come up. My question is which of the following would represent the more accurate way of randomizing a dice throw.

a random number generator of 1 -36 with each number corresponding to the one of the 36 dice rolls.
or
a random number generator of 1-6 for die 1 and 1-6 for dice 2 then adding them together.

I have seen these options on some craps applications and was curious to know which is the more realistic way of throwing dice.
It would seem that either would work the same.

Jeff
Wizard
Administrator
Wizard
  • Threads: 1493
  • Posts: 26504
Joined: Oct 14, 2009
October 8th, 2018 at 11:16:03 AM permalink
They are both equally fine. I have a lot of programs that involve simulations of the roll of two dice. In the interests of program purity, I draw two independent random numbers for each die and add them together. When computers were slower, I could see drawing just one random number and mapping it to a 36-position array, representing the total, but millions of random numbers can be drawn in a second now, so speed is not an issue for most intents and purposes.
"For with much wisdom comes much sorrow." -- Ecclesiastes 1:18 (NIV)
mustangsally
mustangsally
  • Threads: 25
  • Posts: 2463
Joined: Mar 29, 2011
October 8th, 2018 at 11:51:18 AM permalink
Quote: Wizard

They are both equally fine.

agree,
except beware of programs known to produce poor quality random numbers, like Excel 2010 and earlier. at least there are macros for Excel that solve that Microsoft problem.


Yahoo!!
Sally
I Heart Vi Hart
unJon
unJon
  • Threads: 14
  • Posts: 4603
Joined: Jul 1, 2018
Thanked by
odiousgambit
October 8th, 2018 at 1:43:22 PM permalink
Quote: mustangsally

agree,
except beware of programs known to produce poor quality random numbers, like Excel 2010 and earlier. at least there are macros for Excel that solve that Microsoft problem.


Yahoo!!
Sally



Obviously the Excel RNG programmers believed in dice influence. ;-)
The race is not always to the swift, nor the battle to the strong; but that is the way to bet.
Ace2
Ace2
  • Threads: 32
  • Posts: 2672
Joined: Oct 2, 2017
October 8th, 2018 at 2:10:52 PM permalink
Quote: jrmaag

a random number generator of 1 -36 with each number corresponding to the one of the 36 dice rolls.

That’s what I do.
It’s all about making that GTA
DJTeddyBear
DJTeddyBear
  • Threads: 207
  • Posts: 10992
Joined: Nov 2, 2009
October 8th, 2018 at 2:34:11 PM permalink
Quote: mustangsally

agree,
except beware of programs known to produce poor quality random numbers, like Excel 2010 and earlier. at least there are macros for Excel that solve that Microsoft problem.


Yahoo!!
Sally

I have also heard that Excel is no good for random numbers. So I won’t argue that point.

However, 360 rolls, as illustrated in that graph, is way too small of a sample to prove anything. Just saying…



But I agree that if you’re using a good RNG, that it doesn’t matter which way you do it.
I invented a few casino games. Info: http://www.DaveMillerGaming.com/ ————————————————————————————————————— Superstitions are silly, childish, irrational rituals, born out of fear of the unknown. But how much does it cost to knock on wood? 😁
mustangsally
mustangsally
  • Threads: 25
  • Posts: 2463
Joined: Mar 29, 2011
October 8th, 2018 at 6:40:04 PM permalink
Quote: jrmaag

I have seen these options on some craps applications
and was curious to know which is the more realistic way of throwing dice.

It may be because some think it does matter one way
or the other
and they are trying to make all happy.
*****
I remember card craps at Soboba Casino in SoCal, and their deck of cards were (may still be)
the 36 ways the dice can land face up.
The shuffle machine did it's shuffle and the box placed 2 cards on the table, face down.
The elected 'shooter' pointed to and said which card was the roll.

Of course, card craps is not craps with dice
but keeping your eyes closed, one could not tell the difference by the result, at least eye could knots

I have yet to see any card craps in Nevada.
most know of bubble craps and that can really be fun!
Sally
I Heart Vi Hart
  • Jump to: