Advisory: We only operate services from the RANDOM.ORG domain. Other sites that claim to be operated by us are impostors. If in doubt, contact us.

Source Code (Release 4)

Introduction

Before you run your client, please review our Usage Guidelines. You need an API key to use these libraries.

Official Libraries

The official libraries are supported by the RANDOM.ORG team. We do our best to make sure they are feature-complete and well tested.

The libraries let clients access the RANDOM.ORG Core API through JSON-RPC. The libraries provide either serialized or unserialized access to both the signed and unsigned methods of the Core API through the RandomOrgClient class. It also provides a convenience class, the RandomOrgCache, for precaching requests.

C#/.NET

GitHub: https://github.com/RandomOrg/JSON-RPC-.NET
NuGet: https://www.nuget.org/packages/RandomOrg.CoreApi/
Dependencies: Newtonsoft.Json
Added: 2021-08-10
Updated: 2021-12-17
API Releases Supported: R4
.NET Versions Supported: .NET Standard 2.0+, .NET Core 2.0+, .NET 5 and .NET Framework 4.6.1+.
License: MIT License

Java/Android

GitHub: https://github.com/RandomOrg/JSON-RPC-Java
Dependencies: Requires the gson lib for normal operation, and the junit lib to run tests.
Added: 2013-03-05
Updated: 2021-12-17
API Releases Supported: R1, R2, R3, R4
License: MIT License

JavaScript/Node.js

GitHub: https://github.com/RandomOrg/JSON-RPC-JavaScript
npm: https://www.npmjs.com/package/@randomorg/core
Dependencies: xmlhttprequest
Added: 2021-11-29
Updated: 2021-12-17
API Releases Supported: R4
JavaScript/Node.js Versions Supported: Current LTS versions of Node.js (v12+, CommonJS and ES module syntax), JavaScript for modern browsers and TypeScript.
License: MIT License

Python

GitHub: https://github.com/RandomOrg/JSON-RPC-Python
Python Package Index: https://pypi.org/project/rdoclient/
Dependencies: requests
Added: 2014-05-21
Updated: 2021-12-17
API Releases Supported: R1, R2, R3, R4
License: MIT License

Contributed Libraries

These libraries were developed by generous folks from our community who have kindly volunteered to share them. The authors may or may not support them.

Language Added Author API Releases
Supported
APIs Supported Dependencies License Download
C# 2017-07-13 Alexander Kozlenko 1, 2 Basic, Signed None MIT GitHub
C# 2016-11-11 Andy Thomas 1 Basic, Signed None MIT URL
C# 2014-09-22 Paul Lindemann 1 Basic, Signed None MIT GitHub
C# 2013-04-28 arnoldthebat 1 Basic ? ? GitHub
Clojure 2014-11-07 mishadoff 1 Basic, Signed ? EPL GitHub
Go 2018-01-01 Akshat Mahajan 1 Basic, Signed None Apache 2.0 GitHub
Java 2018-07-19 Chris Hennick and Daniel Dyer 1 Basic slf4j; json-simple;
Guava if building from source
Apache 2.0 GitHub
JavaScript 2014-06-13 George Yanev 1 Basic None for browser;
Requestify for Node.js
MIT GitHub
JavaScript & Node.js 2019-11-24 Richie Bendall 2 Basic, Signed See NPM MIT GitHub, NPM
JavaScript (Qualtrics) 2018-05-05 Sebastian Lundmark, Jamie Leigh Rodriguez 1 Basic None ? OSFHOME
Julia 2020-03-01 Arsh Sharma 2 Basic None MIT GitHub
LabVIEW 2015-06-15 Ben Manthey 1 Basic, Signed None MIT GitHub
Matlab 2020-03-01 Arsh Sharma 2 Basic None MIT GitHub
Node.js 2015-11-27 Will Frew 1 Basic, Signed None MIT GitHub, NPM
Perl 2014-06-16 Swapnajit Mitra 1 Basic None LGPL SourceForge
PHP 2016-11-27 Pol Dellaiera 1, 2 Basic, Signed None GPL 2.0+ Packagist
PHP 2015-06-06 Sinan Taga 1 Basic, Signed None MIT GitHub
Python 2014-04-23 mitchchn 1 Basic, Signed None MIT GitHub

If you have written a client library and would like it to appear here, please drop us a line with the relevant details.

Example Clients

These clients show how to use the API for different things. They were developed by generous folks from our community who have kindly volunteered to share them. The authors may or may not support them.

Client Added Author API Releases
Supported
APIs Supported Dependencies License Download
MagicMirror Lottery Module 2017-06-16 mykle1 1 Basic ? MIT URL
Signed Response Verification (Java) 2017-09-22 Patrick Favre-Bulle 1 and 2 Signed ? Apache License 2.0 URL