Learn R Programming

rpgm (version 1.1.2)

rpgm.set.seed: Set Seed for RPGM Mersenne Twister Random Number Generator

Description

The function fixes the seed of the random numbers generated with rpgm.

Usage

rpgm.set.seed(seed)

Arguments

seed

integer, seed.

Value

Return the value of the seed.

See Also

http://pgm-solutions.com/packages

Examples

Run this code
# NOT RUN {
rpgm.set.seed(123)
# }

Run the code above in your browser using DataLab