makeRandomizer {randPack} | R Documentation |
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.
makeRandomizer(name, type, seed)
name |
The name of the randomizer. |
type |
An instance of the |
seed |
The initial seed for the randomizer. |
None right now.
An instance of the Randomizer
class.
RG and VC