https://github.com/cran/SoDA
Revision abb11e53fd1d4cd6d80e90fa5a000adda65fe209 authored by jmc on 14 July 2008, 00:00:00 UTC, committed by Gabor Csardi on 14 July 2008, 00:00:00 UTC
1 parent 9e5b9bb
Raw File
Tip revision: abb11e53fd1d4cd6d80e90fa5a000adda65fe209 authored by jmc on 14 July 2008, 00:00:00 UTC
version 1.0-3
Tip revision: abb11e5
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