Re: Looking for symbol table hashing algorithm

henry@spsystems.net (Henry Spencer)
10 Jul 1998 20:54:09 -0400

          From comp.compilers

Related articles
[7 earlier articles]
Re: Looking for symbol table hashing algorithm khays@sequent.com (1998-07-05)
Re: Looking for symbol table hashing algorithm eodell@pobox.com (1998-07-08)
Re: Looking for symbol table hashing algorithm preston@tera.com (1998-07-08)
Re: Looking for symbol table hashing algorithm drh@microsoft.com (Dave Hanson) (1998-07-08)
Re: Looking for symbol table hashing algorithm smith@aragorn.uni-trier.de (1998-07-10)
Re: Looking for symbol table hashing algorithm scott@basis.com (1998-07-10)
Re: Looking for symbol table hashing algorithm henry@spsystems.net (1998-07-10)
Re: Looking for symbol table hashing algorithm chase@naturalbridge.com (David Chase) (1998-07-10)
Re: Looking for symbol table hashing algorithm dietz@interaccess.com (Paul Dietz) (1998-07-11)
Re: Looking for symbol table hashing algorithm scottdaniels@earthlink.net (Scott David Daniels) (1998-07-13)
Re: Looking for symbol table hashing algorithm buzzard@world.std.com (1998-07-13)
Re: Looking for symbol table hashing algorithm peter.r.wilson@boeing.com (Peter Wilson) (1998-07-20)
| List of all articles for this month |

From: henry@spsystems.net (Henry Spencer)
Newsgroups: comp.compilers
Date: 10 Jul 1998 20:54:09 -0400
Organization: SP Systems, Toronto, Canada
References: 98-07-030 98-07-045
Keywords: symbols

David Chase <chase@naturalbridge.com> wrote:
>Generating that many random bits could be a bit of a pain; you might
>just snag 8 1024-bit PGP keys from random people. That should be good
>enough. A dedicated generator of random numbers would flip a number
>of coins...


Note that a growing number of systems -- Linux in particular -- have a
/dev/random that returns high-quality random data based on low-level
hardware behavior. This is intended for applications like generation of
encryption keys, so it should work nicely (in fact, it's vast overkill)
for more mundane jobs like generating such a table.
--
| Henry Spencer henry@spsystems.net
| (aka henry@zoo.toronto.edu)
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.