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.