RANDOM.ORG is a true random number service that generates randomness via atmospheric noise. This page discusses how to use automated clients to interface to the service.
You can write your own client to access the RANDOM.ORG services or you can download one of the clients listed below. If you have written a client that you don't mind other people using, email it to me (preferably with instructions on how to use it), and I will put it on this page. You will of course get full credit.
If you use an automated client, please make sure it observes the following guidelines:
As always, feel free to email me if you have questions!
These clients access RANDOM.ORG via the HTTP Interface.
Ruby Client
Author: Ben Aroia
Date: 2008-04-03
Download: random-get.rb
HTTP GET code for RANDOM.ORG that retrieves random numbers and outputs
them in the order they appear. It is/will be possible to allow outputing
in several different formats. (i.e. print them/use them one by one,
save them to a file in several formats, command line options, etc) This
is a basic version that will allow you to use the Integer Generator and
output in a single line at the terminal.
Unfortunately, the SOAP interface is disabled at the moment.
Unfortunately, the CORBA interface is disabled at the moment.
© 1998-2008 Mads Haahr