Package: random Version: 0.2.6.1 Date: 2021-08-07 Authors@R: person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org", comment = c(ORCID = "0000-0001-6419-907X")) Title: True Random Numbers using RANDOM.ORG Description: The true random number service provided by the RANDOM.ORG website created by Mads Haahr 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. Depends: R (>= 2.8.0) Imports: curl, utils License: GPL (>= 2) URL: https://www.random.org, https://github.com/eddelbuettel/random, https://dirk.eddelbuettel.com/code/random.html BugReports: https://github.com/eddelbuettel/random/issues Config/pak/sysreqs: libssl-dev Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2026-01-05 23:58:47 UTC RemoteUrl: https://github.com/eddelbuettel/random RemoteRef: HEAD RemoteSha: dbd674001231f9d40b945484c9d26be72ab32e98 NeedsCompilation: no Packaged: 2026-07-05 09:25:10 UTC; root Author: Dirk Eddelbuettel [aut, cre] (ORCID: ) Maintainer: Dirk Eddelbuettel