当前位置:
首页 资源下载
搜索资源 - random number generator seed
搜索资源列表
-
0下载:
* TSQUEEN.C : <n> number of queens *
* <tabu_size> size of the tabu list *
* <max_iter> maximum number of iterations *
*
-
-
0下载:
binary search and Sets the seed of the random number generator,computes a random integer in a range
-
-
0下载:
采用MD4哈希函数的随机数生成函数,已在ARM环境下测试过。可应用于如无线数据发送时的随机避让。-Random number generator utilizing MD4 hash function of environmental noise captured as the seed and a linear congruence generator for the random numbers.
-
-
0下载:
Hardware random number generators attempt to extract
randomness directly from complex physical systems. In this way they create random outputs without requiring any seed inputs. In this paper we describe how to use Physical Random Functions (or Phy
-
-
0下载:
遗传算法CUse time of day to feed the random number generator seed
-
-
0下载:
3、 编写一个函数。该函数接受下列参数:一个int数组的名称,数组大小和一个代表选取次数的值。然后函数从数组中随机选择指定数量的元素并打印他们。每个元素最多选择一次(模拟抽奖或挑选陪审成员)。另外,请使用time()或其它类似的函数生成种子。以便srand()函数初始化随机数生成器rand()。编写一个简单的程序测试该函数。-The preparation of a function. The function accepts the following parameters: the name
-
-
0下载:
this a basic random HTML Generator, take a look at printRandomHTML() for usage
the random page is per seed number so each seed number will give the same random page
For Any suggestions, Bug fixes and other : Serans1 AT gmail.com-this is a basic r
-
-
0下载:
快速排序使用随机数产生种子程序源码中的快速排序使用随机数来产生种种子提高了算法的效率同时在概率算法中也有非常好的实用性 可直接使用。
-The quicksort use the random number generator seed quicksort program source using a random number to generate every child to improve the efficiency of the algorithm also has the ve
-
-
0下载:
利用IAR开发软件烧写到zigbee开发板实现随机数产生器-IAR zighbee C Random-Number Generator(Seed By User)_Ex
-
-
0下载:
(1)这是一个伪随机数发生器,周期为2 ^ 19937 - 1,可以用于加密
文件说明如下:
mtrand.h包含文件,包含类的声明
mtrand.cpp的库文件包含非内联成员
mttest.cpp小程序来测试随机数发生器
mttest.out输出文件,用于比较
(2)使用
初始化:两种方式,seed(s) 或seed(array, length).
随机数生成:MTRand_int32产生的32位无符号整数。
MTRand产生均匀的双精度浮点数,在halfo
-
-
0下载:
遗传算法求tsp问题及其matlab代码实现
主程序中有一rand( seed ,n) n 为某一整数, 这是设置随机数发生器的种子,这样实际上规定了随机数发生的方式,因此后面的随机数其实都是定下来的,这样所有人就可以看到同一结果, 可注释掉此行,那么每次的结果就不一定再相同了. -Genetic algorithm to solve the TSP problem and the matlab code to achieve
A Rand main program (
-
-
0下载:
A pseudorandom number generator (PRNG), also known as a deterministic random bit generator (DRBG),[1] is an algorithm for generating a sequence of numbers whose properties approximate the properties of sequences of random numbers. The PRNG-generated
-
-
0下载:
random number generator,支持3个seed,采用DLFSR算法。(Random number generator, supports 3 seed, uses DLFSR algorithm.)
-