gather: Gather independent seeds.

Description Usage Arguments See Also

View source: R/gather.R

Description

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

Usage

1
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


harvestr documentation built on May 30, 2017, 2:39 a.m.