Learn R Programming

⚠️There's a newer version (1.2.6) of this package.Take me there.

qrandom (version 1.1)

True Random Numbers using the ANU Quantum Random Numbers Server

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) and Haw, et al. (2015) . The package offers functions to retrieve a sequence of random integers or hexadecimals and true random samples from a normal or uniform distribution.

Copy Link

Version

Install

install.packages('qrandom')

Monthly Downloads

18

Version

1.1

License

GPL-2 | file LICENSE

Maintainer

Siegfried K<c3><b6>stlmeier

Last Published

February 14th, 2019

Functions in qrandom (1.1)

qRandomSeq

Demo data of true random numbers
qrandommaxint

Uniformly distributed true random signed integers in the full range
qrandom

Raw sequence of true random numbers by measuring the quantum fluctuations of the vacuum
qrandomnorm

Normal distributed sample of true random numbers
qUUID

True random UUIDs conforming to RFC 4122
qrandomunif

Uniformly distributed sample of true random numbers