Skip to content

stillmatic/nistbeacon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

---
title: "nistbeacon"
output: github_document
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```

# nistbeacon

An R package for accessing the [NIST Randomness Beacon](https://www.nist.gov/programs-projects/nist-randomness-beacon).

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

# Installation

```{r, eval=F}
if(!require(devtools)) {
    install.packages(devtools)
}
devtools::install_github("stillmatic/nistbeacon")
```

About

R wrapper for the NIST Randomness Beacon

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages