aboutsummaryrefslogtreecommitdiff
path: root/R/SyncRNG.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/SyncRNG.R')
-rw-r--r--R/SyncRNG.R4
1 files changed, 3 insertions, 1 deletions
diff --git a/R/SyncRNG.R b/R/SyncRNG.R
index 95e6b3e..e7176b4 100644
--- a/R/SyncRNG.R
+++ b/R/SyncRNG.R
@@ -1,12 +1,14 @@
library(methods)
#' A Reference Class for SyncRNG
+#'
+#' See \link{syncrng-package} for package documentation.
#'
#' @field seed The seed for the random number generator
#' @field state The current state of the RNG, should not be modified by the
#' user
#'
-#' @useDynLib SyncRNG
+#' @useDynLib SyncRNG, .registration = TRUE
#' @export SyncRNG
#' @exportClass SyncRNG
#' @importFrom methods new