dot-rxGetSeed: Get the random seed for the session

.rxGetSeedR Documentation

Get the random seed for the session

Description

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(s)

Matthew L. Fidler


rxode2 documentation built on July 28, 2026, 5:08 p.m.