randomGeneratorState-class(SoDA)
randomGeneratorState-class()所属R语言包:SoDA
Class of Objects Representing Random Generator State
一类对象,表示随机数发生器国家
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A class union, initially containing only "integer", the data type for standard R generator states. Might eventually allow other forms of generator state, but not likely for built-in R generators.
A级工会,最初包含"integer",标准的R发生器的数据类型。最终可能会允许其他形式的发电机状态,但不太可能内置R发电机。
类对象----------Objects from the Class----------
A Class Union, no objects.
一类联盟,任何对象。
方法----------Methods----------
show signature(object = "randomGeneratorState"): The method assumes the standard R state; other generator state classes would likely override this.
显示signature(object = "randomGeneratorState"):该方法假定标准的R状态,其他发电机状态类可能会覆盖此。
参见----------See Also----------
Class simulationResult has this class as slots.
类simulationResult这个类作为插槽。
实例----------Examples----------
showClass("randomGeneratorState")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|