From 3fb8d4aca52c3004d52bd510e183c1d5682b5540 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Sun, 16 Oct 2016 12:13:36 +0200 Subject: update to latest version of roxygen --- man/SyncRNG-class.Rd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'man') 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') + } -- cgit v1.2.3