搜索资源列表
c语言产生随机数
- 用C语言产生随机数 泊松分布 高斯分布 瑞利分布
随机数产生器
- 详细介绍了如何在NS2仿真中使用随机数产生器,包括背景知识,相应源代码及其分析,希望对大家有所帮助!
真随机数发生器的设计和实现
- 采用电路的热噪声这一真实的随机物理过程产生真随机数序列的随机数发生器的设计原理和 实现方法。
基于振荡采样的真随机数发生器IP设计
- 为了得到真正硬件产生的随机数序列,采用振荡电路作为物理源,设计了混洗电路和扰频 电路来改善输出序列的均衡性和数据冗余,它具有真随机数发生器的不可预测性高、随机性好的 优点.
random.zip 使用汇编产生随机数的程序
- 使用汇编产生随机数的程序 , The use assembly has the random number procedure
产生拟随机数的MATLAB代码
- 本代码包括Halton,Faure,Sobol,Neiderreit,Korobov,Fibonacci等6个拟随机数序列的产生代码以及所需要的原始数据。
随机数显示实验
- CC2530产生随机数 需要种子 产生随机数(CC2530 generates random numbers that require seeds to generate random numbers)
第4章 生成随机数
- 学习利用matlab软件生成随机数源代码程序(Learning to generate random number source code program using MATLAB software)
基于FPGA的高速高斯随机数发生器_陆兴平
- 介绍了一种利用FPGA硬件平台生成高斯随机数的算法(An algorithm for generating Gauss random numbers using FPGA hardware platform is introduced.)
可验证随机数及应用
- 随机数在密码学中占有重要的地位,密码学对随机数的要求也越来越高。(Random number plays an important role in cryptography, and the requirement of random number is higher and higher.)
OpenSSL随机数
- Openssl维护一个内部随机状态数据(md_rand.c中定义的全局变量state和md),通过对这些内部数据计算摘要来生成随机数。(Openssl maintains an internal state of random data (global variables state and MD defined in md_rand.c), through the calculation of the internal data of the generated random number.)
随机数
- 使用C语言编程实现在控制台输出10个0到1之间的随机数(Using c language programming to achieve the output of 10 0 to 1 random number in the console)
产生1-10随机数rand()
- C51单片机产生1-10随机数,值得初学者学习与借鉴。(C51 produces 1-10 random number, and beginners learning and reference)
泊松随机数
- 用matlab生成服从泊松分布的随机数,为信号分析提供一个函数模块(Using matlab to generate the random number of poisson distribution, provide a function module for signal analysis)
泊松分布随机数2
- 使用C语言产生泊松分布随机数,可以对输入的参数进行输入并修改需要产生的随机数个数(Using C language to produce Poisson distribution random numbers)
正态分布随机数
- 实现正态分布随机数,可以控制平均值和标准差(The realization of normal distribution random number)
随机数产生
- 根据状态转移概率矩阵A、观测值出现概率矩阵B、和各状态初始分布概率来产生随机数组。(According to the state transition probability matrix A, the probability matrix B of observed values and the probability of initial distribution of all States, we generate random arrays.)
随机数
- 该程序可以实现随机数的产生.......该程序可以实现随机数的产生(The program can realize the generation of random numbers)
随机数产生排队论
- 通过生成随机数的形式确定到达时间间隔和服务时间间隔,输出相应的排队论参数(The arrival time interval and service interval are determined by generating random numbers, and the corresponding queuing theory parameters are output.)
java产生随机数
- 随机产生7个随机数,运用了面向对象,比较简单的程序(Random generation of seven random numbers)