File: type.sprng.Rd

package info (click to toggle)
rsprng 1.0-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 224 kB
  • sloc: ansic: 157; sh: 5; makefile: 1
file content (29 lines) | stat: -rw-r--r-- 590 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
\name{type.sprng}
\alias{type.sprng}
\title{Return the type of the active SPRNG stream}
\description{
  \code{type.sprng} returns the type of current active SPRNG stream.
}
\usage{
type.sprng ()
}
\value{
  Return the a string, the type of active SPRNG.
}
\references{
  SPRNG: Scalable Parallel Random Number Generator Library Web Page.
  \url{http://sprng.cs.fsu.edu/}
}
\seealso{
  \code{\link{init.sprng}},
}
\examples{
init.sprng (1, 0, kind = "MLFG", para = 6)
type.sprng ()
free.sprng ()
}
\author{
  Na (Michael) Li \email{nali@umn.edu}
}
\keyword{interface}
\keyword{distribution}