Skip to content

Commit b50768d

Browse files
authored
Merge pull request #518 from RcppCore/feature/more-rng-tests
Feature/more rng tests
2 parents 4cee7ca + 72d74a8 commit b50768d

File tree

3 files changed

+261
-183
lines changed

3 files changed

+261
-183
lines changed

ChangeLog

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1+
2016-07-24 Dirk Eddelbuettel <[email protected]>
2+
3+
* inst/unitTests/cpp/rmath.cpp: Added RNG unit tests for sugar variants
4+
* inst/unitTests/runit.rmath.R: Idem
5+
16
2016-07-22 James J Balamuta <[email protected]>
27

3-
* inst/unitTests/cpp/rmath.cpp: Added unit test functions for Rmath
4-
random number generators.
8+
* inst/unitTests/cpp/rmath.cpp: Added unit tests for Rmath RNGs
59
* inst/unitTests/runit.rmath.R: idem
6-
* inst/include/Rcpp/Environment.h: Added get() & find() that accept
10+
* inst/include/Rcpp/Environment.h: Added get() & find() that accept
711
a symbol
8-
* inst/include/Rcpp.h: Modified header load order so that Symbol.h
12+
* inst/include/Rcpp.h: Modified header load order so that Symbol.h
913
is now placed before Environment.h
1014

1115
2016-07-21 Dirk Eddelbuettel <[email protected]>

0 commit comments

Comments
 (0)