搜索资源列表
随机数生成器
- VC2004
random
- VC++随机数原理编写彩票号码生成器.希望对大家有所帮助。-VC++ random number generator lottery numbers written principles. We want to help.
WindowsForms
- C#写的防伪码生成器,winform界面,实现两个随机数发生器。-C# to write the security code generator, winform interface, the achievement of the two random number generator.
homework
- 伪随机数生成器,vc++编程生成伪随机数-Pseudo-random number generator, vc++ program to generate pseudo-random number
weisuijishu
- 自己用vc++编的伪随机数生成器,可以输入生成多少个,且可以保存-Their use vc++ for the pseudo-random number generator can generate the number of input and can be saved
test_22.3
- 3、 编写一个函数。该函数接受下列参数:一个int数组的名称,数组大小和一个代表选取次数的值。然后函数从数组中随机选择指定数量的元素并打印他们。每个元素最多选择一次(模拟抽奖或挑选陪审成员)。另外,请使用time()或其它类似的函数生成种子。以便srand()函数初始化随机数生成器rand()。编写一个简单的程序测试该函数。-The preparation of a function. The function accepts the following parameters: the name
Rand
- 彩票号码生成器,点击生成号码按钮时,可以产生随机数-rand
random
- VC++随机数原理编写彩票号码生成器 -Principle VC++ random lottery number generator written
GenBigPrime
- 随机数生成器,可以生成16位或32位的大素数,绝对原创。-Random number generator, can generate 16-bit or 32-bit large prime numbers, is absolutely original.
CPP-Technical-Report-1
- ISO/IEC TR 19768, C++ Library Extensions(函式库扩充)的一般名称。TR1是一份文件,内容提出了对C++标准函式库的追加项目。这些追加项目包括了正则表达式、智能指针、哈希表、随机数生成器等。TR1自己并非标准,他是一份草稿文件。然而他所提出的项目很有可能成为下次的官方标准。这份文件的目标在于“为扩充的C++标准函式库建立更为广泛的现成实作品”。-Proposed Draft Technical Report on C++ Library Extensions
10.6
- 将自定义的整数随机数生成器编写为一个类,该类使用一个公式从上一个随机数的到下一个伪随机数。随机数程序以某个“启动源(seed)”值开始。其后,通过对当前随机数执行某个运算得到下一个随机数,运算使当前随机数变成另一个(明显随机的)数。适用于整数的公式为:nextR=((oldR*25173)+13849) 65536; 它产生0~65536之间的数。为了得到看起来随机的好结果,该公式中几个特定的数已经给出。-The custom integer random number generators
CPP-Technical-Report-1
- ISO/IEC TR 19768, C++ Library Extensions(函式库扩充)的一般名称。TR1是一份文件,内容提出了对C++标准函式库的追加项目。这些追加项目包括了正则表达式、智能指针、哈希表、随机数生成器等。TR1自己并非标准,他是一份草稿文件。然而他所提出的项目很有可能成为下次的官方标准。这份文件的目标在于“为扩充的C++标准函式库建立更为广泛的现成实作品”。-Proposed Draft Technical Report on C++ Library Extensions
Main
- 对随机数生成器的研究代码。生成txt文件可用gnuplot作图-The random number generator into the code. Txt files can be generated gnuplot plot
16807-Random-Number-Generator
- 16807随机数生成器,采用线性同余法,a=16807,b=0,m=2147483647-16807 random number generator, using a linear congruential method, a = 16807, b = 0, m = 2147483647
Random
- 这是一个使用java写的随机数生成器,在界面方面使用了substance这个界面框架。-This is a use java to write the random number generator, use the substance in the interface aspects of the interface framework.
paretor.cpp.tar
- pareto 随机数生成器,构造服从pareto分布的随机数-pareto distribution generator
dsada
- 本随机数生成器采用java实现,能够生成指定范围内的随机数(The random number generator uses Java to generate random numbers within the specified range)
样本序列的均值
- 利用随机数生成器产生一个长度为N的符号序列,求样本序列均值(The random number generator is used to generate a symbol sequence of length N, and the mean of the sample sequence is obtained)
使用timer实现随机数
- 在线随机数生成器,可以随机生成你设定的随机数,可以是唯一的或者重复的,可以应用于dota2roll点器,魔兽roll点辅助工具,抽奖或者需要随机数字的应用中。 产生随机数有多种不同的方法。这些方法被称为随机数发生器。随机数最重要的特性是它在产生是后面的那个数与前面的那个数毫无关系。(Online random number generator, you can set the random numbers generated can be unique or repeated, can be
code
- 伯努利、指数、几何、泊松等几种不同分布的随机数生成器及分析。(Simulations for several stochastic process)