NHacker Next
  • new
  • past
  • show
  • ask
  • show
  • jobs
  • submit
Creating fair dice from random objects (arstechnica.com)
derbOac 3 hours ago [-]
The question I have is how stable are the probabilities over time? My guess is traditional dice are more physically robust to wear and degrade more gracefully.
zzo38computer 2 hours ago [-]
It does not seem to be so useful and practical to use strange shapes for dice; the common shapes, with numbers (or other symbols that are applicable for the game you are playing) on each side, will probably be more useful, anyways. However, it might be interesting.

Another reason to use dice for tabletop games is so that the game can be played without the use of a computer.

When I play GURPS, I generally use different dice with each dice roll in order to try to mitigate some of the bias. (I don't know quite how much effective this really is, though.)

macawfish 1 hours ago [-]
Keenan Crane is legendary
orlp 4 hours ago [-]
How to create a fair coin from an arbitrarily biased coin:

1. Toss the coin and remember the answer.

2. Toss the coin again, if it is different from your previous toss then your result from #1 is fair. Otherwise, go back to step 1.

If p is the probability of getting heads, there are four possible outcomes with their associated probabilities:

    TT -> (1 - p)^2   (rejected)
    HT -> p * (1 - p)
    TH -> (1 - p) * p
    TT -> p^2         (rejected)
Needless to say, p * (1 - p) and (1 - p) * p have an equal probability, so if we don't reject our two tosses, we have a fair outcome.
gerdesj 2 hours ago [-]
"arbitrarily" is doing some heavy lifting!

I'm not sure that two concurrent harmonious answers constitutes a "fixed" coin or a diagnosis of a fixed coin.

This scheme will be rubbish with a one sided coin ie the limit for "arbitrary fixed coin".

stevage 4 hours ago [-]
That's cute. intuitively, if two flips give different outcomes, it's fifty/fifty which would be first.
archimedis 2 hours ago [-]
The Roman rock crystal icosahedron die in the Louvre would be nice:

https://archimedes-lab.org/2021/07/15/amazing-roman-rock-cry...

IncreasePosts 59 minutes ago [-]
The linked oracle site has a 6mb of marble for a background. Yowza!
pixelpoet 5 hours ago [-]
Hey hey, it's Keenan Crane again :)
godelski 48 minutes ago [-]
For those that don't know, he is a HIGHLY respected researcher and well known for effectively communicating complex topics. He really makes it fun. Often as visually entertaining as 3B1B while diving into more depth. I'd highly recommend people poke through his site and YouTube channel

https://www.cs.cmu.edu/~kmcrane/

https://www.youtube.com/user/keenancrane

https://x.com/keenanisalive?lang=en

5 hours ago [-]
gametorch 5 hours ago [-]
the title is a classic quant interview problem

the basic idea is that, because multiplication commutes, probability of A then B is the same as probability of B then A, so long as they are independent events (rolling objects typically meets this criteria)

so instead of using just A or just B, which might neither have 0.5 probability, you only count "A then B" and "B then A" as rolls

and this trivially extends to constructing a fair N-sided die out of any arbitrarily biased die for any N

ethan_smith 5 minutes ago [-]
This technique is formally known as the Von Neumann extractor (1951), a foundational concept in randomness extraction.
ted_dunning 4 hours ago [-]
That isn't what the article is about at all. It's not even what the first paragraph is about.

What they are doing is designing physical shapes that will have a specified probability of falling in different positions.

What you are talking about is post processing a biased random signal to get a less biased signal.

gametorch 49 minutes ago [-]
just providing a comment I thought was interesting and kind of relevant

wasn't trying to hurt anyone or anything

stevage 4 hours ago [-]
And yet the person you replied to was quite clear that they are responding to the title.
svat 2 hours ago [-]
That isn't the title either: the title is “Creating fair dice from random objects”, while what they are responding to may be something like “Creating fair coins from biased coins”. So they're only responding to the “Creating fair _ from _” part of the title. Responding to three out of six words in the title isn't bad I guess.
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
Rendered at 03:07:21 GMT+0000 (UTC) with Wasmer Edge.