Tagged Questions
The Birthday Paradox is a phenomenon in probability in which the probability of a population containing two individuals with the same property is much greater than would be intuitively expected. In its original form it describes the likelihood that any two invidivuals in a room share a birthday. Amongst other things, the Birthday Paradox affects cryptography, hashing and various applications of random number generators.
21
votes
12answers
3k views
Python: Random is barely random at all?
I did this to test the randomness of randint:
>>> from random import randint
>>>
>>> uniques = []
>>> for i in range(4500): # You can see I was optimistic.
... ...
8
votes
5answers
2k views
Examples of Hash-Collisions?
For demonstration-purposes, what are a couple examples of strings that collide when hashed? MD5() is a relatively standard hashing-option, so this will be sufficient.
5
votes
1answer
410 views
Can someone please clarify the Birthday Effect for me?
Please help interpret the Birthday effect as described in Wikipedia:
A birthday attack works as follows:
Pick any message m and compute h(m).
Update list L. Check if h(m) is in the ...
5
votes
5answers
403 views
Uniquely identifying URLs with one 64-bit number
This is basically a math problem, but very programing related: if I have 1 billion strings containing URLs, and I take the first 64 bits of the MD5 hash of each of them, what kind of collision ...
0
votes
1answer
448 views
BirthDay Reminder [closed]
Can anybody help me about Birth Day Reminder in windows share point services 3.0
We need birth Details reminder web part in following format...
Image of member
Name-Age-Address
Text Box for wishing ...