type.sprng {rsprng}R Documentation

Return the type of the active SPRNG stream

Description

type.sprng returns the type of current active SPRNG stream.

Usage

type.sprng ()

Value

Return the a string, the type of active SPRNG.

Author(s)

Na (Michael) Li lina@u.washington.edu

References

SPRNG: Scalable Parallel Random Number Generator Library Web Page. http://sprng.cs.fsu.edu/

See Also

init.sprng,

Examples

init.sprng (1, 0, kind = "MLFG", para = 6)
type.sprng ()
free.sprng ()

[Package rsprng version 0.3-4 Index]