Description Usage Value Author(s) Examples
View source: R/initPortableStreams.R
The environment variable currentStates is a list of states of possible random generators. The variable currentStream indicates which of those generators is currently being used by R.
1 |
Integer index value of currently selected stream
Paul E. Johnson <pauljohn@ku.edu>
1 2 3 4 5 6 | mySeeds <- seedCreator(500, 5, file="mySeeds.rds", seed = 123123)
setSeeds(mySeeds, run = 17)
runif(2)
getCurrentStream()
useStream(2)
runif(2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.