Skip to content

Commit

Permalink
Make explicit usage recommendations for external RNG
Browse files Browse the repository at this point in the history
  • Loading branch information
rstub committed Sep 21, 2023
1 parent fbe0633 commit 1935137
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vignettes/dqrng.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,8 @@ multiple_distributions(5)
## Accessing the global RNG

You may use the class `dqrng::random_64bit_accessor` to use the **seeded**
RNG engine of `dqrng`.
RNG engine of `dqrng`. Please note that the included RNG will be invalidated if
`dqRNGkind` is called. You therefore should use this calls only within functions:

```{Rcpp, eval=FALSE, engine='Rcpp'}
#include <Rcpp.h>
Expand Down

0 comments on commit 1935137

Please sign in to comment.