From the broken first attempt: Each face has 3 vertices, shared between 6 faces, so the total number of vertices is 65536, and they become faces of my die. This should have tipped you off. If you have six triangular faces around every vertex, you have a flat Euclidean plane, not a sphere with positive curvature. For another example of this: https://m.youtube.com/watch?v=jfSTwqmrQDc
The cursed d65536
11–20 of 74 posts
Re: The cursed d65536
#12Earlier quoted context omitted.
Or do 16 throws of such a d(2) die, i.e. 16 coin flips, in succession. If you really want to do it in one throw, you don't really need to color them all differently, though. Just read them in a specified way, i.e. always from left to right and top to bottom. (You don't even have to always read them the same way as long as how you read them is completely independent from what their faces show.)
Kids these days. What ever happened to sacrificing a goat and reading the entrails?
Re: The cursed d65536
#13> XKCD joked about the problem of secure generation of random 32 bit numbers by rolling a 65536-sided die Well, 2^16 = 65536, so it's a 16-bit number. To get a random 32-bit number you'd need to roll more than once....
Re: The cursed d65536
#14I know it's not the point of TFA, but you can just roll a d8 6 times, generating 3 bits each time, for a total of 18 bits, and then discard two of them.
Why not just roll 4D16? https://www.amazon.com/Lanema-Polyhedral-Dungeons-Dragons-Si...
Re: The cursed d65536
#15From the broken first attempt: Each face has 3 vertices, shared between 6 faces, so the total number of vertices is 65536, and they become faces of my die. This should have tipped you off. If you have six triangular faces around every vertex, you have a flat Euclidean plane, not a sphere with positive curvature. For another example of this: https://m.youtube.com/watch?v=jfSTwqmrQDc
What if the triangles are all congruent but not equilateral? Can that even happen? That’s a fun one, so I won’t spoil it.
Re: The cursed d65536
#16If the D65538 is fair, it is usable: you just discard the two unwanted values when they show up and roll again. Those faces could be labelled as "roll again".
If you have a uniform source of random numbers from 1 to N, you can get a uniform distribution from 1 to M < N simply by discarding values obtained above M. Those values are just "rain that fell elsewhere".
Re: The cursed d65536
#17Re: The cursed d65536
#18From the broken first attempt: Each face has 3 vertices, shared between 6 faces, so the total number of vertices is 65536, and they become faces of my die. This should have tipped you off. If you have six triangular faces around every vertex, you have a flat Euclidean plane, not a sphere with positive curvature. For another example of this: https://m.youtube.com/watch?v=jfSTwqmrQDc
Pedantry: it doesn’t have to be flat - for example a triangulated parabola could also have that configuration. You only get a topological result from just knowing edge and vertex counts. Now if the triangles are identical equilateral then you’re in business. What if the triangles are all congruent but not equilateral? Can that even happen? That’s a fun one, so I won’t spoil it.
Re: The cursed d65536
#19Is there, like, 99designs for physics questions? I'd happily pay $99 for the answer, then post it here like I worked it out myself.
Re: The cursed d65536
#20[1] http://www.techfreakz.org/2600faq.html#redbox
[2] https://hackaday.com/2004/09/05/radioshack-phone-dialer-red-...