当前位置:
首页
资源下载

搜索资源 - Random Number Generators
搜索资源列表
-
0下载:
Random Number Generators(随机数生成)包括gaussian random number generator、uniform random number generator、low-frequency hold generator、1/f noise generator等5种随机信号生成的c源代码-Random Number Generators (Random Number Generation), including Gaussian random number gen
-
-
0下载:
Uniform random number generators
by Agner Fog, 2001 - 2007
randomc.zip contains a C++ class library of uniform random number generators of good quality.
The random number generators found in standard libraries are often of a poor quali
-
-
0下载:
The Scythe Statistical Library is an open source C++ library for
statistical computation. It includes a suite of matrix manipulation
functions, a suite of pseudo-random number generators, and a suite
of numerical optimizers.
-
-
0下载:
基于线性反馈移位寄存器电路,并结合FPGA 的特有结构,一种简捷而又高效的伪随机序列产生方法-The Implementation and Research on Pseudo-Random Number Generators with FPGA
-
-
0下载:
The VGA example generates a 320x240 diffusion-limited-aggregation (DLA) on Altera DE2 board. A DLA is a clump formed by sticky particles adhering to an existing structure. In this design, we start with one pixel at the center of the screen and allow
-
-
0下载:
用JAVA实现一个Lagged Fibonacci pseudo-random number generators (or LFGs for short)-Using JAVA realization of a Lagged Fibonacci pseudo-random number generators (or LFGs for short)
-
-
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下载:
a true random number generator (TRNG) in hardware which is targeted for FPGA-based crypto embedded systems. All crypto protocols require the generation and use of secret values that must be unknown to attackers.Random number generators (RNG) are requ
-
-
0下载:
最新Crypto++5.6版 加密解密函数类库。C++版。完美支持Visual Studio 2008,2005,2003,2002,6.0,C++ Builder 2009,GCC等主流编译器。 -Abstract Base Classes
cryptlib.h
Authenticated Encryption
AuthenticatedSymmetricCipherDocumentation
Symmetric Ciphers
SymmetricCipherDocumen
-
-
0下载:
著名超强加密解密函数类库Crypto++的最新Reference参考资料。官方的超全!-Abstract Base Classes
cryptlib.h
Authenticated Encryption
AuthenticatedSymmetricCipherDocumentation
Symmetric Ciphers
SymmetricCipherDocumentation
Hash Functions
SHA1, SHA224, SHA256, SHA384,
-
-
0下载:
Crypto++的文档,虽然不是很全,但是其中有简单的调用该类库的方法实例。-Abstract Base Classes
cryptlib.h
Authenticated Encryption
AuthenticatedSymmetricCipherDocumentation
Symmetric Ciphers
SymmetricCipherDocumentation
Hash Functions
SHA1, SHA224, SHA256, SHA384, SHA51
-
-
0下载:
This an open source library of random number generators by Agner Fog
published at www.agner.org/random/.
See ran-instructions.pdf for instructions and documentation.-This is an open source library of random number generators by Agner Fog
publis
-
-
1下载:
插值,函数逼近,矩阵特征值计算,数值微分,积分,方程求根,非线性方程求解,迭代,随机数生成,特殊函数,常微分方程,偏微分方程等常用的matlab程序。-Interpolation, function approximation, matrix eigenvalue calculation, numerical differentiation, integration, finding roots of equations, nonlinear equations, iterative, rand
-
-
1下载:
This a random source code for delphi. Examples ramdom functions as follows:
The following Random Number Generators:
- Normal (Gaussian)
- Gamma
- Chi-squared
- Exponential
- Weibull
- Beta
- t
- Mult
-
-
0下载:
stocc sample method random number generators
-
-
0下载:
18 Random Number Generation - a large collection of random number generators.
-
-
0下载:
将自定义的整数随机数生成器编写为一个类,该类使用一个公式从上一个随机数的到下一个伪随机数。随机数程序以某个“启动源(seed)”值开始。其后,通过对当前随机数执行某个运算得到下一个随机数,运算使当前随机数变成另一个(明显随机的)数。适用于整数的公式为:nextR=((oldR*25173)+13849) 65536;
它产生0~65536之间的数。为了得到看起来随机的好结果,该公式中几个特定的数已经给出。-The custom integer random number generators
-
-
0下载:
Hardware driver for the Intel/AMD/VIA Random Number Generators (RNG).
-
-
0下载:
MATLAB_RANDOM is a directory of MATLAB programs which illustrate the use of Matlab s random number generators.
-
-
1下载:
在线随机数生成器,可以随机生成你设定的随机数,可以是唯一的或者重复的,可以应用于dota2roll点器,魔兽roll点辅助工具,抽奖或者需要随机数字的应用中。
产生随机数有多种不同的方法。这些方法被称为随机数发生器。随机数最重要的特性是它在产生是后面的那个数与前面的那个数毫无关系。(Online random number generator, you can set the random numbers generated can be unique or repeated, can be
-