Random.org - Get random number(s) using atmospheric noise [CMD]

Discuss other useful utilities, general computing tips & tricks, Internet resources, etc.
BoBo
Posts: 6564
Joined: 13 May 2014, 17:15

Random.org - Get random number(s) using atmospheric noise [CMD]

20 Jan 2018, 06:15

RANDOM.ORG is a true random number service that generates randomness via atmospheric noise. This page explains how to interface to the service via the Hyper-Text Transfer Protocol (HTTP). There is also the HTTP Client Archive, which contains clients that other people have written.

Important note! If you access RANDOM.ORG via an automated client, please make sure you observe the Guidelines for Automated Clients or your computer may be banned.
If you are writing a general-purpose client, please make sure it is easy for your users to run it in accordance with the guidelines.
This page contains documentation for the Integer Generator, the Sequence Generator, the String Generator and the Quota Checker, which allows you to examine your current bit allowance.

All the interfaces on this page return HTTP status code 503 (Service Unavailable) in the case of errors and code 200 (OK) when successful. Not all languages allow you to access the HTTP status codes in a straightforward manner. A reasonable workaround is to look for the string "Error:" (don't forget the colon) as the first line of the response. This will work for all the generators on this page, including the String Generator (which could by chance produce the string "Error" in a successful response, but which cannot produce the colon character).

[More..]
8-)

PS. all of the above mentioned random number generators accepts only HTTP GET requests, so parameters are passed via encoding in the URL.
User avatar
Capn Odin
Posts: 1352
Joined: 23 Feb 2016, 19:45
Location: Denmark
Contact:

Re: Random.org - Get random number(s) using atmospheric noise [CMD]

25 Jan 2018, 20:37

I don't know how random it is, but calling it truly random is a bit much.
Please excuse my spelling I am dyslexic.

Return to “Other Utilities & Resources”

Who is online

Users browsing this forum: No registered users and 19 guests