HOME

TheInfoList



OR:

Random.org (stylized as RANDOM.ORG) is a
website A website (also written as a web site) is a collection of web pages and related content that is identified by a common domain name and published on at least one web server. Examples of notable websites are Google, Facebook, Amazon, and Wikipe ...
that produces random numbers based on
atmospheric noise Atmospheric noise is radio noise caused by natural atmospheric processes, primarily lightning discharges in thunderstorms. On a worldwide scale, there are about 40 lightning flashes per second – ≈3.5 million lightning discharges ...
. In addition to generating random numbers in a specified range and subject to a specified probability distribution, which is the most commonly done activity on the site, it has free tools to simulate events such as flipping coins, shuffling cards, and rolling dice. It also offers paid services to generate longer sequences of random numbers and act as a third-party arbiter for raffles,
sweepstakes A sweepstake is a type of contest where a prize or prizes may be awarded to a winner or winners. Sweepstakes began as a form of lottery that were tied to products sold. In response, the FCC and FTC refined U.S. broadcasting laws (creating the ...
, and promotions. Random.org is distinguished from
pseudo-random number generator A pseudorandom number generator (PRNG), also known as a deterministic random bit generator (DRBG), is an algorithm for generating a sequence of numbers whose properties approximate the properties of sequences of random numbers. The PRNG-generate ...
s, which use mathematical formulae to produce random-appearing numbers. The website was created in 1998 by Mads Haahr, a doctor and computer science professor at Trinity College in
Dublin Dublin (; , or ) is the capital and largest city of Ireland. On a bay at the mouth of the River Liffey, it is in the province of Leinster, bordered on the south by the Dublin Mountains, a part of the Wicklow Mountains range. At the 2016 cen ...
,
Ireland Ireland ( ; ga, Éire ; Ulster-Scots: ) is an island in the North Atlantic Ocean, in north-western Europe. It is separated from Great Britain to its east by the North Channel, the Irish Sea, and St George's Channel. Ireland is the s ...
. Random numbers are generated based on atmospheric noise captured by several radios tuned between stations.


Bits

A
binary digit Binary may refer to: Science and technology Mathematics * Binary number, a representation of numbers using only two digits (0 and 1) * Binary function, a function that takes two arguments * Binary operation, a mathematical operation that t ...
(bit) can be either 0 or 1. There are several Random.org radios located in Copenhagen, Dublin, and Ballsbridge, each generating 12,000 bits per second from the atmospheric noise picked up. The generators produce a continuous string of random bits which are converted into the form requested (integer, Gaussian distribution, etc.)


Quota

There are limits to the number of bits supplied to a particular
IP address An Internet Protocol address (IP address) is a numerical label such as that is connected to a computer network that uses the Internet Protocol for communication.. Updated by . An IP address serves two main functions: network interface ident ...
. A new user (identified by IP address) starts with a free-of-charge quota of 1,000,000 bits which is depleted every time bits are supplied, and topped up by 200,000 bits (or to 1,000,000 bits if the user has more than 800,000 bits remaining) every day at midnight UTC. Larger numbers of bits can be purchased.


References


External links

* * /www.random.org/clients/http/archive/ HTTP client implementationsfor various programming languages. Internet properties established in 1998 Irish websites Random number generation {{website-stub