当前位置:
首页 资源下载
搜索资源 - pseudorandom number generator
搜索资源列表
-
0下载:
On the Hardware Implementation of the
MUGI Pseudorandom Number Generator
-
-
0下载:
This is noise generator with given statistical and spectral characteristics based on pseudorandom number generator which realises Merssenne Twister algorithm
-
-
0下载:
此程式是利用DES 來進行加密與解密的動作,Mode 採用ECB,Padding 方
法則採用PKCS5Padding。Key 是由程式自行產生,採用Pseudorandom number
generator 來產生Key。利用Framework 為Java Cryptography Extension (JCE) 。-This program is the use of DES to encrypt and decrypt action, Mode ECB Padding method
-
-
0下载:
the LFSR is coded in VHDL, using a structural descr iption, which is instantiated as a
separate component in the top-level design. Then we can get a random number by a pseudorandom number generator based on a linear feedback
shift register (LFS
-
-
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下载:
在实际应用中往往使用伪随机数就足够了。这些数列是“似乎”随机的数,实际上它们是通过一个固定的、可以重复的计算方法产生的。计算机或计算器产生的随机数有很长的周期性。它们不真正地随机,因为它们实际上是可以计算出来的,但是它们具有类似于随机数的统计特征。这样的发生器叫做伪随机数发生器。
在真正关键性的应用中,比如在密码学中,人们一般使用真正的随机数。-In actual applications tend to use a pseudorandom number is sufficient. Th
-