aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/SyncRNG-class.Rd2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/SyncRNG-class.Rd b/man/SyncRNG-class.Rd
index 599b540..d09f331 100644
--- a/man/SyncRNG-class.Rd
+++ b/man/SyncRNG-class.Rd
@@ -30,7 +30,7 @@ user}
\item{\code{shuffle(x)}}{Randomly shuffle a provided array of values}
}}
\examples{
-s = SyncRNG(seed=123456)
+s <- SyncRNG(seed=123456)
for (i in 1:10)
cat(s$randi(), '\\n')
}