diff options
Diffstat (limited to 'R')
| -rw-r--r-- | R/SyncRNG.R | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/R/SyncRNG.R b/R/SyncRNG.R index 72156df..95e6b3e 100644 --- a/R/SyncRNG.R +++ b/R/SyncRNG.R @@ -6,6 +6,11 @@ library(methods) #' @field state The current state of the RNG, should not be modified by the #' user #' +#' @useDynLib SyncRNG +#' @export SyncRNG +#' @exportClass SyncRNG +#' @importFrom methods new +#' #' @examples #' s <- SyncRNG(seed=123456) #' for (i in 1:10) |
