Rrdrand

DRNG(Digital Random Numbers Generate) on Intel CPUs with the RdRand instruction for R

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[DIR]Documents_ja/2014-12-25 17:37 -  
[   ]Rrdrand_0.1-16.tar.gz2018-07-04 15:00 33K 
[DIR]old/2018-07-05 19:04 -  

install

install.packages("Rrdrand")

example

library(Rrdrand)
if(hasRDRAND()){
   print(RNGkind())
   print(runif(3))
}