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: 25 days 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-02-15T16:59:19.000Z (about 2 months ago)
- Last Synced: 2025-03-18T01:11:17.864Z (29 days ago)
- Topics: cran, r, r-package, random-number-generators
- Language: R
- Homepage:
- Size: 793 KB
- Stars: 9
- Watchers: 2
- 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)
[](https://github.com/eddelbuettel/random/actions?query=workflow%3Aci)
[](https://www.gnu.org/licenses/gpl-2.0.html)
[](https://cran.r-project.org/package=random)
[](https://cran.r-project.org/package=random)
[](https://www.r-pkg.org/pkg/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)