RcppRandomSFMT: A R and Rcpp interface to the SIMD-oriented Fast Mersenne Twister (SFMT) Random Number Generator provided by http://www.agner.org/random Randomc.

This package enables to use the SIMD-oriented Fast Mersenne Twister (SFMT) Random Number Generator provided by http://www.agner.org/random Randomc in R packages, in c++ code and in R code. This random generator is very fast and is very well suited to parallelization. It can also produces random number using parallelization that are identical to random bumbers produced in sequential code, leading to reproducible results.

Package details

AuthorKarl Forner <karl.forner@gmail.com>
MaintainerKarl Forner <karl.forner@gmail.com>
LicenseGPL (>= 3)
Version0.1
Package repositoryView on R-Forge
Installation Install the latest version of this package by entering the following in R:
install.packages("RcppRandomSFMT", repos="http://R-Forge.R-project.org")

Try the RcppRandomSFMT package in your browser

Any scripts or data that you put into this service are public.

RcppRandomSFMT documentation built on May 2, 2019, 5:49 p.m.