diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 17:15:54 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 17:15:54 +0000 |
| commit | 3409fc9201cc8ca460d36b77fb65f09b3d2f3be9 (patch) | |
| tree | 5d2b35944af343f15ecb7dbd3e74f91a95ca2c3f /new_R/man/SyncRNG-class.Rd | |
| parent | Move R package to separate directory (diff) | |
| download | SyncRNG-3409fc9201cc8ca460d36b77fb65f09b3d2f3be9.tar.gz SyncRNG-3409fc9201cc8ca460d36b77fb65f09b3d2f3be9.zip | |
bump roxygen
Diffstat (limited to 'new_R/man/SyncRNG-class.Rd')
| -rw-r--r-- | new_R/man/SyncRNG-class.Rd | 7 |
1 files changed, 4 insertions, 3 deletions
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') } - |
