aboutsummaryrefslogtreecommitdiff
path: root/man/SyncRNG-class.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/SyncRNG-class.Rd')
-rw-r--r--man/SyncRNG-class.Rd5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/SyncRNG-class.Rd b/man/SyncRNG-class.Rd
index d09f331..6f6d27d 100644
--- a/man/SyncRNG-class.Rd
+++ b/man/SyncRNG-class.Rd
@@ -1,4 +1,4 @@
-% Generated by roxygen2 (4.1.1): do not edit by hand
+% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/SyncRNG.R
\docType{class}
\name{SyncRNG-class}
@@ -13,7 +13,7 @@ A Reference Class for SyncRNG
\describe{
\item{\code{seed}}{The seed for the random number generator}
-\item{\code{state}}{The current state of the RNG, should not be modified by the
+\item{\code{state}}{The current state of the RNG, should not be modified by the
user}
}}
\section{Methods}{
@@ -33,5 +33,6 @@ user}
s <- SyncRNG(seed=123456)
for (i in 1:10)
cat(s$randi(), '\\n')
+
}