seed function

Function returning the allocation seed slot of an object

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)

Arguments

  • obj: object specifying the randomization procedure, see randPar

    or createParam.

  • Maintainer: Ralf-Dieter Hilgers
  • License: GPL (>= 3)
  • Last published: 2023-09-18

Useful links