-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
executable file
·21 lines (21 loc) · 1.44 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: qrandom
Type: Package
Title: True Random Numbers using the ANU Quantum Random Numbers Server
Version: 1.2.6
Date: 2022-08-30
Authors@R: c(person(given = "Siegfried", family = "Köstlmeier", role = c("aut", "cre"), email = "siegfried.koestlmeier@gmail.com", comment = c(ORCID = "0000-0002-7221-6981")),
person(given = "Boris", family = "Steipe", role = c("ctb"), email = "boris.steipe@utoronto.ca", comment = c(ORCID = "0000-0002-1134-6758")))
Maintainer: Siegfried Köstlmeier <siegfried.koestlmeier@gmail.com>
Description: The ANU Quantum Random Number Generator provided by the Australian National University
generates true random numbers in real-time by measuring the quantum fluctuations of the vacuum. This package offers an interface using their API.
The electromagnetic field of the vacuum exhibits random fluctuations in phase and amplitude at all frequencies.
By carefully measuring these fluctuations, one is able to generate ultra-high bandwidth random numbers.
The quantum Random Number Generator is based on the papers by Symul et al., (2011) <doi:10.1063/1.3597793>
and Haw, et al. (2015) <doi:10.1103/PhysRevApplied.3.054004>.
The package offers functions to retrieve a sequence of random integers or hexadecimals and true random samples from a normal or uniform distribution.
License: GPL-2 | file LICENSE
Imports: curl, jsonlite, methods, Rmpfr, utils
Suggests: testthat
Encoding: UTF-8
LazyData: true
URL: https://qrng.anu.edu.au/