Source of genuine random numbers
Scott7477
created: 2006-04-11 17:23:38
appears to be located at Hotbits. The site describes how to use the site to access random numbers generated by measurements of a Geiger counter. I haven't used this yet myself, but based on the site documents Mr. Walker appears to know what he is doing. Part of the documents indicate that the site's CGI is handled by Perl code:).

Apparently this is the same individual who founded Autodesk.
Re: Source of genuine random numbers
xdg
created: 2006-04-11 17:52:25

Hotbits only offers a limited number of bits and generates bits at a modest pace. It's good for seeding a PRNG, though. You should check out [mod://Math::Random::MT::Auto], which can be set to seed a very strong PRNG automatically from Hotbits.

use Math::Random::MT::Auto qw( rand hotbits );

-xdg

Code written by xdg and posted on PerlMonks is [http://creativecommons.org/licenses/publicdomain|public domain]. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.

Re: Source of genuine random numbers
created: 2006-04-11 18:05:46
Now to find a solution to test some of the other physical randon number generating methods, such as listed at here

I want to develop Perl code for random number generation based on hardware that sends photons through a semi-transparent mirror.

Re: Source of genuine random numbers
created: 2006-04-12 05:07:31

My favourite one is http://www.noentropy.net.

Re: Source of genuine random numbers
created: 2006-04-12 05:27:40
And my module Net::Random provides a perlish interface to Hotbits as well as to another online source of randomness. Before using it, please read the section of the documentation "Security concerns".

perlmonks.org content © perlmonks.org and ambrus, DrHyde, Scott7477, xdg, zshzn

prlmnks.org © 2006 edmund von der burg (eccles & toad)

v 0.03