[Tutor] A question on getting binary data from the net

Gregor Lingl glingl@aon.at
Fri, 12 Jul 2002 22:31:52 +0200


Hi Danny!

Nice this; I'm going to study it now.

Moreover I must admit, that I can't explain the name
fourmilab - perhaps I should have skimmed through the
website - but I think there must be some difference
between 'fourmi...' and the famous old guy Fermi...

Gregor


----- Original Message ----- 
From: "Danny Yoo" <dyoo@hkn.eecs.berkeley.edu>
To: "Gregor Lingl" <glingl@aon.at>
Cc: <tutor@python.org>
Sent: Friday, July 12, 2002 9:48 PM
Subject: Re: [Tutor] A question on getting binary data from the net


> 
> class FermiRandom(random.Random):
>     def __init__(self):
>         self._source = []
>         self._refill_shortsource()
....