CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - pseudorandom number

搜索资源列表

  1. gaussian distributed number

    0下载:
  2. C Generate a pseudorandom, gaussian distributed number with mean 0 and standard deviation 1. C The random number is generated with ran1. C param idum An integer argument passed to ran1
  3. 所属分类:Windows编程

  1. generator

    0下载:
  2. This is noise generator with given statistical and spectral characteristics based on pseudorandom number generator which realises Merssenne Twister algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

  1. ass1_2_hamming

    0下载:
  2. Hamming codes are a class of binary linear codes. They can detect up to two simultaneous bit errors, and correct single-bit errors. In particular, a single-error-correcting and double error detecting variant commonly referred to SECDED.-a) Develop a
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:1.08mb
    • 提供者:wei chenghao
  1. 10.6

    0下载:
  2. 将自定义的整数随机数生成器编写为一个类,该类使用一个公式从上一个随机数的到下一个伪随机数。随机数程序以某个“启动源(seed)”值开始。其后,通过对当前随机数执行某个运算得到下一个随机数,运算使当前随机数变成另一个(明显随机的)数。适用于整数的公式为:nextR=((oldR*25173)+13849) 65536; 它产生0~65536之间的数。为了得到看起来随机的好结果,该公式中几个特定的数已经给出。-The custom integer random number generators
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:61.79kb
    • 提供者:慕容丹丹
  1. Crypto

    0下载:
  2. 此程式是利用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
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:224.14kb
    • 提供者:eason
  1. lfsr

    0下载:
  2. 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
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-10
    • 文件大小:1.68kb
    • 提供者:宋臣
  1. MATLAB_CODE_TO_GENERATE_A_PSEUDO_NOISE_SEQUENCE.z

    0下载:
  2. 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
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:9.27kb
    • 提供者:rajendra
  1. System-simulation-technology

    0下载:
  2. 根据学习过的离散事件系统仿真的基本概念,进一步了解离散事件系统中伪随机数生成的基本方法-According to the study of the basic concept of discrete event system simulation, a deeper understanding of the basic methods of discrete event systems generate pseudorandom number
  3. 所属分类:source in ebook

    • 发布日期:2017-05-05
    • 文件大小:234.31kb
    • 提供者:Ansen.J
  1. random

    0下载:
  2. 在实际应用中往往使用伪随机数就足够了。这些数列是“似乎”随机的数,实际上它们是通过一个固定的、可以重复的计算方法产生的。计算机或计算器产生的随机数有很长的周期性。它们不真正地随机,因为它们实际上是可以计算出来的,但是它们具有类似于随机数的统计特征。这样的发生器叫做伪随机数发生器。 在真正关键性的应用中,比如在密码学中,人们一般使用真正的随机数。-In actual applications tend to use a pseudorandom number is sufficient. Th
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-15
    • 文件大小:1kb
    • 提供者:张羽翔
  1. NIST随机数测试标准

    0下载:
  2. NIST标准的随机数检测工具;支持单比特频数检测、块内频数检测、扑克检测、重叠子序列检测、游程总数检测、游程分布检测等(A Statistical Test Suite for Random and Pseudorandom Number Generators for Cryptographic Applications)
  3. 所属分类:系统/网络安全

    • 发布日期:2017-12-12
    • 文件大小:6.24mb
    • 提供者:ddbing
  1. sts-2.1.2

    0下载:
  2. 说明: NIST标准的随机数检测工具;支持单比特频数检测、块内频数检测、扑克检测、重叠子序列检测、游程总数检测、游程分布检测等源代码(A Statistical Test Suite for Random and Pseudorandom Number Generators for Cryptographic Applications source code)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-17
    • 文件大小:45kb
    • 提供者:ddbing
  1. 1-s2.0-S0898122106001842-main - 副本

    0下载:
  2. MATLAB,随机数伪随机数生成概念,蒲丰投针实验原理(The concept of generation of random number pseudorandom number)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:708kb
    • 提供者:111qqq222
  1. moupling_application

    1下载:
  2. 用VC++6实现的一个伪随机数生成演示程序源码,包含了正态分布随机数生成和平均分布随机数两种生成方式,(Using VC 6 to realize a pseudorandom number generation demonstration program source code, including normal distribution random number generation and average distribution random number generation met
  3. 所属分类:对话框与窗口

    • 发布日期:2019-12-21
    • 文件大小:17kb
    • 提供者:eopsip
搜珍网 www.dssz.com