Function returning the allocation seed slot of an object
Returns the seed that was either generated at random or user specified. The seed can be specified for any random operation e.g. genSeq.
seed(obj)
obj
: object specifying the randomization procedure, see randPar
or createParam
.
Useful links