Skip to content
/ ro-cli Public

A cli to generate true random numbers using random.org

Notifications You must be signed in to change notification settings

rbjnazz/ro-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ro-cli

A cli to generate true random numbers using random.org

What is random.org?

RANDOM.ORG offers true random numbers to anyone on the Internet. The randomness comes from atmospheric noise, which for many purposes is better than the pseudo-random number algorithms typically used in computer programs.

Install

git clone https://github.com/rbjnazz/ro-cli.git
cd ro-cli
pip install -r requirements.txt

Currently supported services

  • Integers
  • Sequences
  • Integer sets

Usage

python ro-cli.py

About

A cli to generate true random numbers using random.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages