simpleRand(RBioinf)
simpleRand()所属R语言包:RBioinf
A simple interface to C level random number generation.
C级随机数生成一个简单的接口。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A simple interface function to R's C level rng code. Primarily a pedagogical tool to accompany the monograph R for Bioinformatics.
一个简单的接口函数R的C级RNG代码。主要教学工具,陪生物信息学的专着ŕ。
用法----------Usage----------
simpleRand(x, y = "notused")
参数----------Arguments----------
参数:x
The number of random numbers to generate.
生成的随机数。
参数:y
Not used in the base implementation, but various exercises involve making use of this.
不使用在该碱基实施,但各种演习涉及利用本。
Details
详情----------Details----------
An interface, via .Call to R's underlying RNG cod.
一个接口,通过.CallR的底层RNG的鳕鱼。
值----------Value----------
The random numbers generated, plus information about the RNG used.
产生的随机数,再加上使用的RNG的信息。
作者(S)----------Author(s)----------
R. Gentleman
参见----------See Also----------
simpleSort, .Call
simpleSort,.Call
举例----------Examples----------
simpleRand(4)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|