randomizeR (version 1.4.2)

seed: Function returning the allocation seed slot of an object

Description

Returns the seed that was either generated at random or user specified. The seed can be specified for any random operation e.g. genSeq.

Usage

seed(obj)

Arguments

obj

object specifying the randomization procedure, see randPar or createParam.