knitr::opts_chunk$set(echo = TRUE)

nistbeacon

An R package for accessing the NIST Randomness Beacon.

NIST Beacon objects are represented as XML documents remotely. For convenience, we parse and manifest them locally as R lists.

Installation

if(!require(devtools)) {
    install.packages(devtools)
}
devtools::install_github("stillmatic/nistbeacon")


stillmatic/nistbeacon documentation built on May 9, 2019, 1:17 p.m.