Description Usage Arguments Value Author(s) See Also
View source: R/initPortableStreams.R
This is replaced by setSeeds
, which does exactly the
same thing, but with a name that is more immediatly understandable
to users. This is now deprecated, will be removed.
1 | initPortableStreams(projSeeds, run, verbose = FALSE)
|
projSeeds |
Required. Either an object of class portableSeeds
(created by |
run |
Integer indicating which element from the portable seed collection is to be selected |
verbose |
Optional. Print out the state of the current generator. Default = FALSE. |
nothing is returned. This function is used for the side effect of setting three objects in the global environment, the startStates (list), currentStates (list), and currentStream (an integer).
Paul E. Johnson pauljohn@ku.edu
setSeeds
which is the replacement for this
function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.