Version 0.1.0 extends the functionality of the dieharder
function quite substantially and catches up to a number of recent changes in
DieHarder. In particular:
dieharder()
generator selection changes along the same line as
in the DieHarder release: ids 1 to 200 are reserved for GNU GSL
geneators, ids 201 to 400 for Dieharder, 401 to 500 for GNU R,
501 to 600 are hardware-based and ids over 600 are for user-contributed
generators
dieharder()
now supports new arguments 'inputfile' (for file_input
and file_input_raw) and 'ntuple' (for tests with variable bit length)
dieharder()
now also supports the 'rgb', 'sts' and 'user' tests
dieharder()
now returns multiple Kuiper KS p-values for those tests
that generate multiple p-values
dieharderGenerators()
now returns a data.frame with two columns
'names' and 'ids' and generators can be selected via either a
a name (as e.g. 'mt19937') or a numeric id (e.g. 16)
dieharderTests()
was added and also returns a data.frame with
names and ids permitting a similar selection via test name or
via test id.
This new version should show up at CRAN and its mirrors in due course, in the meantime sources are also RDieHarder page.