An open API service indexing awesome lists of open source software.

https://github.com/eddelbuettel/rdieharder

R interface to the Dieharder RNG test suite
https://github.com/eddelbuettel/rdieharder

Last synced: over 1 year ago
JSON representation

R interface to the Dieharder RNG test suite

Awesome Lists containing this project

README

          

## RDieHarder

[![CI](https://github.com/eddelbuettel/rdieharder/workflows/ci/badge.svg)](https://github.com/eddelbuettel/rdieharder/actions?query=workflow%3Aci)
[![License](https://img.shields.io/badge/license-GPL%20%28%3E=%202%29-brightgreen.svg?style=flat)](https://www.gnu.org/licenses/gpl-2.0.html)
[![CRAN](https://www.r-pkg.org/badges/version/RDieHarder)](https://cran.r-project.org/package=RDieHarder)
[![Dependencies](https://tinyverse.netlify.app/badge/RDieHarder)](https://cran.r-project.org/package=RDieHarder)
[![Downloads](https://cranlogs.r-pkg.org/badges/RDieHarder?color=brightgreen)](https://www.r-pkg.org/pkg/RDieHarder)
[![Last Commit](https://img.shields.io/github/last-commit/eddelbuettel/rdieharder)](https://github.com/eddelbuettel/rdieharder)

### About

The RDieHarder package provides an R interface to the DieHarder suite of
random number generators and tests that was developed by Robert G. Brown and
David Bauer, extending earlier work by George Marsaglia and others.

### License

GPL (>= 2)

### Author

Dirk Eddelbuettel for R package and R integration

The DieHarder authors for DieHarder