Skip to contents

Get the random seed for the session

Usage

.rxGetSeed()

Value

A list with the following components:

  • seed The random seed for the session. This is the value of .Random.seed in the global environment.

  • kind The random number generator kind for the session. This is the value of RNGkind() for the session.

  • rxseed The rxode2 random seed for the session. This is the value of rxGetSeed() for the session.

Author

Matthew L. Fidler