|
|
random: non-determinisitic random number for GNU R | |||||
|
Bio Code rdieharder littler random digest rquantlib beancounter smtm yahooquote octave-mt octave-pg Linux Quantian About Blog |
Overviewrandom provides GNU R with easy access to the true random numbers provided by random.org created by Mads Haahr. random is portable and does not depend on any hardware- or operating system-specific features to supply true (i.e. physical) randomness. The package provides three simple funcions:
randomBufferStatus queries the
server about the percentage to which the supply is `filled'. The function
sufficientBits simply checks whether this percentage value is
below or above the recommended cut-off threshold of 20%.
BackgroundThe pdf document random-intro provides a more detailed overview, including tests of random.org using the dieharder suite.The pdf document random-essay is a copy of essay by Mads Haahr at the random.org website.
Both documents are included in the R package and accessible via the
Alternatively, you can also get random from a Comprehensive R Archive Network
(CRAN) node in the src/contrib directory.
|
|||||