A function to create specific instances of randomizers.
一个函数来创建具体的数据随机的实例。
译者:生物统计家园网 机器人LoveR
描述----------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.
这个函数应当用于创建所有数据随机。直接调用new不应该被一些协调等需要建立连贯和完整的数据随机使用。关于随机函数的所有信息,应该在type参数必须是RandomizerDesc类的一个实例。
用法----------Usage----------
makeRandomizer(name, type, seed)
参数----------Arguments----------
参数:name
The name of the randomizer.
随机函数的名称。
参数:type
An instance of the RandomizerDesc class.
RandomizerDesc类的一个实例。
参数:seed
The initial seed for the randomizer.
随机发生器的初始种子。
Details
详情----------Details----------
None right now.
无现在。
值----------Value----------
An instance of the Randomizer class.
Randomizer类的一个实例。