diff options
Diffstat (limited to 'man/SyncRNG-class.Rd')
| -rw-r--r-- | man/SyncRNG-class.Rd | 2 |
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') } |
