[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev chances for dup temp name (was: Options, V.Links, random
From: |
Leonid Pauzner |
Subject: |
Re: lynx-dev chances for dup temp name (was: Options, V.Links, random) |
Date: |
Tue, 21 Dec 1999 16:00:35 +0300 (MSK) |
21-Dec-99 03:41 Klaus Weide wrote:
> On Tue, 21 Dec 1999, Doug Kaufman wrote:
>> The error would have been obvious to me a few years ago, without
>> anyone having to point it out.
>>
>> Correct formula for chance of duplicate values (20 from pool of 10000)
>>
>> 1 - ( 9999! / (9980! * 10E76 * 20!))
> You should have trusted your first instinct. :)
Yes, right formulae is
1- (1-1/10000)*(1-2/10000)*...*(1-19/10000)
which is nearly the same as Philip Webb pointed out
(a linear term of the expansion above):
(1+2+3+...+19)/10000 = 19*(1+19)/2*10000 = 190/10000
- Re: lynx-dev Options, V.Links, random, Doug Kaufman, 1999/12/21
- lynx-dev chances for dup temp name (was: Options, V.Links, random), Klaus Weide, 1999/12/21
- Re: lynx-dev chances for dup temp name (was: Options, V.Links, random),
Leonid Pauzner <=
- Re: lynx-dev Options, V.Links, random, Doug Kaufman, 1999/12/21