randomGeneratorState-class: Class of Objects Representing Random Generator State

Description Objects from the Class Methods See Also Examples

Description

A class union, initially containing only "integer", the data type for standard R generator states. Might eventually allow other forms of generator state, but not likely for built-in R generators.

Objects from the Class

A Class Union, no objects.

Methods

show

signature(object = "randomGeneratorState"): The method assumes the standard R state; other generator state classes would likely override this.

See Also

Class simulationResult has this class as slots.

Examples

1
showClass("randomGeneratorState")

SoDA documentation built on Oct. 28, 2020, 9:07 a.m.