randomGeneratorState-class {SoDA}R Documentation

Class of Objects Representing Random Generator State

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

showClass("randomGeneratorState")

[Package SoDA version 1.0-6 Index]