Description Usage Arguments Value Author(s) Examples
View source: R/initPortableStreams.R
The environment variable currentStates is a list of states of random generators. In most use cases, users will not need to use this function because the details are handled by useStream. Users may need to explicitly access the stream states if they want to extract that information and then pass it along to other functions that do not use the built-in R random generator framework.
1 |
stream |
Optional. Selects a particular stream's state. If no value is supplied, then the list including all of the stream states is supplied. |
origin |
If FALSE (default), return the current, updated state of one or all random stream. If TRUE, return the initial stream states. |
Integer index value of currently selected stream
Paul E. Johnson pauljohn@ku.edu
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.