Skip to content

Commit d869b5c

Browse files
authored
Merge pull request #837 from RcppCore/bugfix/no-more-rngscope-inheritance
don't let generators inherit from RNGScope
2 parents 9c1c356 + 39b2e7d commit d869b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/include/Rcpp/stats/random/random.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
namespace Rcpp{
2626

2727
template <typename T>
28-
class Generator : public RNGScope {
28+
class Generator {
2929
public:
3030
typedef T r_generator ;
3131
};

0 commit comments

Comments
 (0)