modelSeed {BRugs} | R Documentation |
These functions set/return the seed of the random number generator.
modelSetSeed(newSeed) modelGetSeed(i = 1)
newSeed |
a positive, non zero (vector of) integer(s). More than one integer if the chosen random number generator requires more seed components. |
i |
indicates which component of the seed should be returned. |