Other packages > Find by keyword >

qrandom  

True Random Numbers using the ANU Quantum Random Numbers Server
View on CRAN: Click here


Download and install qrandom package within the R console
Install from CRAN:
install.packages("qrandom")

Install from Github:
library("remotes")
install_github("cran/qrandom")

Install by package version:
library("remotes")
install_version("qrandom", "1.2.6")



Attach the package and use:
library("qrandom")
Maintained by
Siegfried Kstlmeier
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2019-01-10
Latest Update: 2023-04-03
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.
How to cite:
Siegfried Kstlmeier (2019). qrandom: True Random Numbers using the ANU Quantum Random Numbers Server. R package version 1.2.6, https://cran.r-project.org/web/packages/qrandom. Accessed 05 May. 2025.
Previous versions and publish date:
1.0 (2019-01-10 18:00), 1.1 (2019-02-14 16:02), 1.2.1 (2019-12-11 15:00), 1.2.2 (2020-01-11 00:20), 1.2.3 (2020-09-08 14:40), 1.2.4 (2021-04-22 16:00), 1.2.5 (2022-08-29 16:40), 1.2.6 (2022-08-30 10:00), 1.2 (2019-08-20 12:50)
Other packages that cited qrandom R package
View qrandom citation profile
Other R packages that qrandom depends, imports, suggests or enhances
Functions, R codes and Examples using the qrandom R package
Some associated functions: qRandomSeq . qUUID . qrandom . qrandommaxint . qrandomnorm . qrandomunif . 
Some associated R codes: qUUID.R . qrandom.R . qrandommaxint.R .  Full qrandom package functions and examples
Downloads during the last 30 days
04/0504/0804/1204/1504/17Downloads for qrandom11.522.533.54TrendBars

Today's Hot Picks in Authors and Packages

cape  
Combined Analysis of Pleiotropy and Epistasis for Diversity Outbred Mice
Combined Analysis of Pleiotropy and Epistasis infers predictive networks between genetic variants a ...
Download / Learn more Package Citations See dependency  
BINCOR  
Estimate the Correlation Between Two Irregular Time Series
Estimate the correlation between two irregular time series that are not necessarily sampled on ident ...
Download / Learn more Package Citations See dependency  
pdqr  
Work with Custom Distribution Functions
Create, transform, and summarize custom random variables with distribution functions (analogues of ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
lifecourse  
Quantification of Lifecourse Fluidity
Provides in built datasets and three functions. These functions are mobility_index, nonStanTest and ...
Download / Learn more Package Citations See dependency  
rsvd  
Randomized Singular Value Decomposition
Low-rank matrix decompositions are fundamental tools and widely used for data analysis, dimension r ...
Download / Learn more Package Citations See dependency  

24,187

R Packages

207,311

Dependencies

65,312

Author Associations

24,143

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA