Learn R Programming

SoDA (version 1.0-6.1)

randomGeneratorState-class: 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.

Arguments

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

Run this code
# NOT RUN {
showClass("randomGeneratorState")
# }

Run the code above in your browser using DataLab