When is your birthday? The math behind hash collisions
0xkrt26.github.io
When is your birthday? The math behind hash collisions
1–10 of 24 posts
Re: When is your birthday? The math behind hash collisions
#2Re: When is your birthday? The math behind hash collisions
#3And what are the odds of your birthday being exactly at the center of the (non-leap) year? That's my B'day. Cool!
Re: When is your birthday? The math behind hash collisions
#4Ask HN: We just had an actual UUID v4 collision...
Re: When is your birthday? The math behind hash collisions
#5> What if I told you that in a room with only 23 people there’s already a 50% chance for two of them to have matching birthdays?
I guess it's the subject shift from _you_ to _any two people from a group_ that creates the surprise in the birthday paradox. You definitely need way more than 23 randomly sampled people to get to a high probability that _you_ specifically share a birthday with one of them, and the result does not contradict that notion.
Re: When is your birthday? The math behind hash collisions
#6If you're a twin and your twin sibling is standing next to you, nearly 100%. But not exactly 100%: there have been cases of twins born on either side of midnight ending up with birthdays that differ by a day. (I don't personally know of any twins born on either side of midnight between Dec 31st and Jan 1st, who would then have different calendar years in their birthdays, but odds are very good that it has happened at least once in human history).
Re: When is your birthday? The math behind hash collisions
#7https://www.pcg-random.org/posts/birthday-test.html
Example:
Any RNG with a period 2**32 that can output every 32-bit value at least once must have zero collisions for the first 2**32 outputs, but we would expect to see about 100 collisions after just 200k outputs.
Re: When is your birthday? The math behind hash collisions
#8Related today: Ask HN: We just had an actual UUID v4 collision... https://news.ycombinator.com/item?id=48060054
Re: When is your birthday? The math behind hash collisions
#9> What is the probability that you are sharing the same birthday with people around you? If you're a twin and your twin sibling is standing next to you, nearly 100%. But not exactly 100%: there have been cases of twins born on either side of midnight ending up with birthdays that differ by a day. (I don't personally know of any twins born on either side of midnight between Dec 31st and Jan 1st, who would then have di…
Re: When is your birthday? The math behind hash collisions
#10Related today: Ask HN: We just had an actual UUID v4 collision... https://news.ycombinator.com/item?id=48060054