Revision 1c016a1d9d1dc7690f7c256204f737661d261cb0 authored by jmc on 20 September 2007, 00:00:00 UTC, committed by Gabor Csardi on 20 September 2007, 00:00:00 UTC
0 parent
Raw File
randomGeneratorState-class.Rd
\name{randomGeneratorState-class}
\docType{class}
\alias{randomGeneratorState-class}
\alias{show,randomGeneratorState-method}

\title{Class of Objects Representing Random Generator State}
\description{A class union, initially containing only \code{"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. }
\section{Objects from the Class}{A Class Union, no objects.}
\section{Methods}{
  \describe{
    \item{show}{\code{signature(object = "randomGeneratorState")}: The method assumes the standard R state; other generator state classes would likely override this. }
	 }
}
\seealso{
    Class \code{\linkS4class{simulationResult}} has this class as slots.
}
\examples{
showClass("randomGeneratorState")
}
\keyword{classes}
back to top