Skip to content

Commit 39b2e7d

Browse files
committed
don't let generators inherit from RNGScope
1 parent 9c1c356 commit 39b2e7d

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)