搜索资源列表
localRand
- 常用随机数发生器,C实现 /* * 文件包含了6个函数,它们能产生符合相应分布的规律的随机数: * GenUniformRnd : 产生一个随机数,符合均匀分布。(伪随机序列) * GenBernoulliRnd : 产生一个随机数,符合伯努利分布。 * GenBinomialRnd : 产生一个随机数,符合二项分布。 * GenPoissonRnd : 产生一个随机数,符合泊松分布。 * GenExponentRnd : 产生一个随机数,符合指数分布。
general-random-number-in-C-Sharp
- 在C#中,产生一般随机数用Random即可,但是,若要产生服从特定分布的随机数,就需要一定的算法来支持了,产生服从正态分布、泊松分布、指数分布以及负指数分布随机数的方法-A general random number in C#, you can use Random, but to have to obey a particular distribution of random numbers, you need a certain algorithm to support, resultin
rng_opencore
- opencore, random number generator, verilog
random
- 利用matlab语言编写的标准正态分布,泊松分布,瑞利分布下的随机数的产生。-Use of matlab language standard normal distribution, Poisson distribution, Rayleigh distribution under the random number generation.
bsearch
- binary search and Sets the seed of the random number generator,computes a random integer in a range
random
- 亂數出來的藝術 由flash程式編寫 值得一玩看看喔-The art of random number out of programming by the flash is worth playing to see喔
Random
- asp.net(C#)两种随机数的算法,可用抽考题,希望大家会喜欢!-asp.net (C#) are two random number algorithms, available pumping exam questions I hope you will enjoy!
GenBigPrime
- 随机数生成器,可以生成16位或32位的大素数,绝对原创。-Random number generator, can generate 16-bit or 32-bit large prime numbers, is absolutely original.
dual-random-number.doc.tar
- 利用多线程产生随机数,其产生的随机数可用于类似于摇奖机等应用范围-Generate random numbers using multi-threading, which produces a random number can be used for other applications like ERNIE
logistic--Pseudo-Random-Number
- logistic 运用普适算法 来产生伪随机序列,采用c语言编写-logistic the universal algorithm Pseudo Random Number
Asks-the-random-number
- 利用c语言程序编写的容易实现的求随机数程序-Asks the random number.rar
random-number
- visual c中随机数产生的程序,可以产生选择范围内的随机数。-visual c in the random number generation program, can generate the random number selection range.
random-number-by-myself
- 自编随机数C程序编程,可以用于平时抽号、无规则排序、无规则弹号使用。-Random number is compiled in C programming, can be used for at ordinary times, no rules, no rules no. Use.
Random-number-generation
- 只是一个能够无限次不重复的随机数的产生小程序,希望对你有帮助。-Random number generation
good-random-number-generator-
- 在matlab下运行,产生标准均匀分布,正态分布和指数分布的随机数发生器程序。-In matlab running, generate standard uniform, normal and exponential distribution random number generator program.
Generates-a-random-number
- 产生随机数程序VC++,方便嵌入到其他程序中实用,简单实用小程序-Generates a random number program VC++, easily embedded into other programs and practical, simple and practical procedures
random-number
- 已知任意函数的概率密度,即可根据戚概率密度出随机数-Known arbitrary probability density function, probability density can be based on a random number Qi
Random-number-generation
- 随机数产生代码,有多种随机数产生方式,可以参考修改,vc6.0下运行-Random number generator code, there are many ways to generate random numbers, you can refer to modify, run vc6.0
Multivariate-random-number
- 生成多元正态分布的随机数,将其按列的形式放在一个矩阵中,并对其按行进行排序,然后记录数据排序后的大小位置,这在统计研究中有很重要的应用。-Multivariate normal distribution of the random number generator, which was placed in the form of a matrix of columns and rows to sort them, and then record the size of the position
Random-number-does-not-repeat
- 不重复随机数 使用三种算法实现生成N个随机数的不重复排列。比较在N不同的情况下这三种算法的运行时间并进行复杂度分析。 利用时间函数生成N个随机数,然后根据上面的三种算法,既是通过生成不同于前i个已生成数比较,相同则去除,不同填入;或保留一个可记录元素是否出现的数组,来比较;或利用swap函数进行交换实现。来实现不重复随机数。-Random number does not repeat There are three algorithms to generate random nu