Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eddelbuettel/random
R package for true random numbers from random.org
https://github.com/eddelbuettel/random
cran r r-package random-number-generators
Last synced: about 1 month ago
JSON representation
R package for true random numbers from random.org
- Host: GitHub
- URL: https://github.com/eddelbuettel/random
- Owner: eddelbuettel
- Created: 2013-12-11T01:35:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T20:38:46.000Z (3 months ago)
- Last Synced: 2024-10-12T21:26:19.341Z (2 months ago)
- Topics: cran, r, r-package, random-number-generators
- Language: R
- Homepage:
- Size: 792 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
Awesome Lists containing this project
- jimsghstars - eddelbuettel/random - R package for true random numbers from random.org (R)
README
## R package for true random numbers from [random.org](https://www.random.org)
[![CI](https://github.com/eddelbuettel/random/workflows/ci/badge.svg)](https://github.com/eddelbuettel/random/actions?query=workflow%3Aci)
[![License](https://img.shields.io/badge/license-GPL%20%28%3E=%202%29-brightgreen.svg?style=flat)](https://www.gnu.org/licenses/gpl-2.0.html)
[![CRAN](https://www.r-pkg.org/badges/version/random)](https://cran.r-project.org/package=random)
[![Dependencies](https://tinyverse.netlify.app/badge/random)](https://cran.r-project.org/package=random)
[![Downloads](https://cranlogs.r-pkg.org/badges/random?color=brightgreen)](https://www.r-pkg.org/pkg/random)
[![Last Commit](https://img.shields.io/github/last-commit/eddelbuettel/random)](https://github.com/eddelbuettel/random)### About
This package provides an interface to the true random number service provided
by the [random.org](https://random.org) website created by Mads Haahr.The random.org web service samples atmospheric noise via radio
tuned to an unused broadcasting frequency together with a skew
correction algorithm due to John von Neumann. More background is
available in the included vignette based on an essay by Mads Haahr.In its current form, the package offers functions to retrieve
random integers, randomized sequences and random strings.### Author
Dirk Eddelbuettel
### License
GPL (>= 2)