makeRandomizer: A function to create specific instances of randomizers.

Description Usage Arguments Details Value Author(s) See Also

View source: R/classes.R

Description

This function should be used to create all randomizers. Direct calls to new should not be used as some coordination etc is needed to create coherent and complete randomizers. All of the information about the randomizer should be in the type argument which must be an instance of the RandomizerDesc class.

Usage

1

Arguments

name

The name of the randomizer.

type

An instance of the RandomizerDesc class.

seed

The initial seed for the randomizer.

Details

None right now.

Value

An instance of the Randomizer class.

Author(s)

RG and VC

See Also

RandomizerDesc-class


randPack documentation built on Nov. 8, 2020, 5:32 p.m.