搜索资源列表
creathist
- 实现正态分布的伪随机数发生器 实现正态分布的伪随机数发生器
rand
- 均匀分布伪随机数发生器 伪随机数在计算机软件设计中有很广泛的用途。本文介绍了基于数学方法的利用计算机产生伪随机数的一种方法,即线性同余法,任何伪随机数的产生都是运用递推的原理来生成的。以及在Visual C++环境中产生伪随机数的两个重要函数,rand和srand函数,正确地使用这两个函数是产生性能良好的伪随机数的关键
tre
- 实现正态分布的伪随机数发生器
x917generator
- 利用ANSI X9.17标准模拟了一个伪随机数发生器,内核加密算法调用3DES算法,能够按照标准要求产生64位伪随机数和64位种子值。
LFSRRC4
- 伪随机数发生器LFSR RC4加密与解密 根据算法原理,首先初始化S-BOX,产生伪随机序列密钥流,选择所加密文件与密钥流异或生成密文 -Pseudo-random number generator LFSR RC4 algorithm for encryption and decryption based on the principle, first initialize the S-BOX, pseudo-random sequence generated key stream,
localRand
- 常用随机数发生器,C实现 /* * 文件包含了6个函数,它们能产生符合相应分布的规律的随机数: * GenUniformRnd : 产生一个随机数,符合均匀分布。(伪随机序列) * GenBernoulliRnd : 产生一个随机数,符合伯努利分布。 * GenBinomialRnd : 产生一个随机数,符合二项分布。 * GenPoissonRnd : 产生一个随机数,符合泊松分布。 * GenExponentRnd : 产生一个随机数,符合指数分布。
fake_randoner
- 伪随机数发生器: “利用随机序列进行间隔控制,选择消息隐藏位”的描述算法、Matlab程序(可参考所给的程序)、原理与步骤-some thing about watermark
rand
- 数值算法,各种伪随机数发生器的源代码程序-Numerical algorithm, a variety of pseudo-random number generator program source code
P27_randU1
- 用MATLAB语音实现产生线性同余伪随机数发生器-Generated using MATLAB voice to achieve a linear congruence pseudo-random number generator
p28_randU2
- 用MATLAB语言产生小数开方伪随机数发生器-Generated using MATLAB language minority prescribing pseudo-random number generator
b123
- 基于MFC的伪随机数发生器, 可以通过点击鼠标不断获取一系列的随机数-a random number producer
code
- (1) 生成n个[0,65535]以内的整数随机数,存入文本文件; (2) 将n个随机数从小到大排序,并显示结果。排序采用k桶法 (3)用函数编制混合同余的伪随机数发生器-(1) generate n-[0,65535] integer random number within, into a text file (2) n random numbers from small to large order, and displays the results. Sort by k B
8paper8
- 一种利用CPRNG实现的混沌同步加密通信方案 提出了一种利用新型的基于混沌的伪随机数发生器CHAOS系统实现的数据加密通信方案, 在该方案中,发、 收两端的CPRNG系统将驱动系统产生的混沌序列转换为加密密钥序列,利用这些密钥序列对明文数据按字节切 换交替加密, 系统的主要优点是在通信的安全性和同步性上有所改善,且便于用软件实现,-An encryption approach to chaos synchronization communications by using CP
shangji_c
- 笔者将介绍c语言所提供的随机数发生器的用法。现在的c编译程序都提供了一个基于一种ANSI标准的伪随机数发生器函数,用来生成随机数-I will introduce the usage of the c language provided by the random number generator. The c compiler is an ANSI standard based on a pseudo-random number generator function is used to ge
Tcreeathissto
- 实现正态分布的伪随机数发生器器实现正态分布的伪随机数发生器 -To achieve normal distribution of the pseudo-random number generator normally distributed pseudo-random number generator
rc4_console
- 伪随机数发生器LFSR及其在流密码RC4中的应用-Pseudo-random number generator LFSR in the stream cipher RC4
Base16k
- (1)这是一个伪随机数发生器,周期为2 ^ 19937 - 1,可以用于加密 文件说明如下: mtrand.h包含文件,包含类的声明 mtrand.cpp的库文件包含非内联成员 mttest.cpp小程序来测试随机数发生器 mttest.out输出文件,用于比较 (2)使用 初始化:两种方式,seed(s) 或seed(array, length). 随机数生成:MTRand_int32产生的32位无符号整数。 MTRand产生均匀的双精度浮点数,在halfo
NIST-random-number-test-standards
- 这套NIST(国家标准与技术研究所)测试程序是一个统计包,包括16种测试手段。这些测试手段可测试由用作保密随机或者伪随机数发生器的硬件和软件产生的任意长的2进制序列的随机性。这些测试手段主要致力于判定可能存在于序列中的多种多样的非随机性。其中一些测试又可以分解成多种子测验。这16种测-Set NIST (National Institute of Standards and Technology) test procedure is a statistical package, includin
Compare
- 几种排序算法的比较.包括主流的快排,堆排,冒泡等。运用伪随机数发生器。高精度计时器。-several sorting algorithm comparision.
pseudo_random
- 基于vivado Verilog的伪随机数发生器,采用LFSR算法,并对其进行了升级,使用反馈级联的思想,从最大周期为2^n提升为原来的3-5倍(Based on vivado Verilog pseudo random number generator, using LFSR algorithm, and upgrade it, using the idea of feedback cascade, from the maximum cycle of 2^n to 3-5 times the