From 3409fc9201cc8ca460d36b77fb65f09b3d2f3be9 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 14 Jan 2021 17:15:54 +0000 Subject: bump roxygen --- new_R/man/SyncRNG-class.Rd | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'new_R/man/SyncRNG-class.Rd') diff --git a/new_R/man/SyncRNG-class.Rd b/new_R/man/SyncRNG-class.Rd index 7a2c69b..92316da 100644 --- a/new_R/man/SyncRNG-class.Rd +++ b/new_R/man/SyncRNG-class.Rd @@ -2,8 +2,8 @@ % Please edit documentation in R/SyncRNG.R \docType{class} \name{SyncRNG-class} -\alias{SyncRNG} \alias{SyncRNG-class} +\alias{SyncRNG} \title{A Reference Class for SyncRNG} \description{ See \link{syncrng-package} for package documentation. @@ -16,6 +16,7 @@ See \link{syncrng-package} for package documentation. \item{\code{state}}{The current state of the RNG, should not be modified by the user} }} + \section{Methods}{ \describe{ @@ -29,10 +30,10 @@ user} \item{\code{shuffle(x)}}{Randomly shuffle a provided array of values} }} + \examples{ s <- SyncRNG(seed=123456) for (i in 1:10) - cat(s$randi(), '\\n') + cat(s$randi(), '\n') } - -- cgit v1.2.3