aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2016-10-16 12:13:36 +0200
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2016-10-16 13:00:02 +0200
commit3fb8d4aca52c3004d52bd510e183c1d5682b5540 (patch)
treeb7ee95d5ba66f486aa0735a603d13c3f2d7b1bb2 /man
parentupdate version and rename rst to md readme (diff)
downloadSyncRNG-3fb8d4aca52c3004d52bd510e183c1d5682b5540.tar.gz
SyncRNG-3fb8d4aca52c3004d52bd510e183c1d5682b5540.zip
update to latest version of roxygen
Diffstat (limited to 'man')
-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')
+
}