Learn R Programming

harvestr (version 0.7.1)

gather: Gather independent seeds.

Description

Collect seeds representing independent random number streams. These seeds can them be used in farm or plant.

Usage

gather(x, seed = get.seed(), ..., .starting = F)

Arguments

x
number of seeds, or an object with seeds to gather
seed
a seed to use to set the seed, must be compatible with "L'Ecuyer-CMRG"
...
passed on
.starting
if TRUE starting seeds with be gathered rather than ending seeds.

See Also

RNG

Other harvest: farm, harvest, plant, sprout