NEWS.md
long_jump()
for Xo(ro)shiro as alternative to jump()
providing fewer streams with longer period.dqsample
and dqsample.int
using an unbiased sampling algorithm.R_unif_index()
instead of unif_rand()
to retrieve random data from R’s RNG in generateSeedVectors()
.int
is used for seeding (Aaron Lun in #10)dqrng::dqset_seed()
expects a Rcpp::IntegerVector
instead of an int
generateSeedVectors()
for generating a list of random int
vectors from R’s RNG. These vectors can be used as seed (Aaron Lun in #10).std::random_device
as source of the default seed, since std::random_device
is deterministic with MinGW (c.f. #2)