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)
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.