Learn R Programming

randPack (version 1.18.0)

makeRandomizer: A function to create specific instances of randomizers.

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

makeRandomizer(name, type, seed)

Arguments

name
The name of the randomizer.
type
An instance of the RandomizerDesc class.
seed
The initial seed for the randomizer.

Value

An instance of the Randomizer class.

Details

None right now.

See Also

RandomizerDesc-class