Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - random number generator
Search - random number generator - List
一个随机数发生器的代码,C++实现-a random number generator code, C + +
Update : 2008-10-13 Size : 1.11kb Publisher : 启东

伪随机数生成算法,很优秀,double 0-1-pseudo-random number generator algorithm, very good, double 0-1
Update : 2025-02-17 Size : 2kb Publisher : 张清之

一个随机数发生器的代码,C++实现-a random number generator code, C++
Update : 2025-02-17 Size : 1kb Publisher :

程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去。另外,如果有人有兴趣,也可以把它修改成任意形式分布的连续随机数产生程序,修改非常简单,这里就不提示了。-procedures have only mean of 0 and variance for a random number to produce the mean E, D variance for the random number, as long as a few random E* D on it. Gaussian random process parameters or with the parameter is used to describe a normal distribution of the float table. In the implementation process, Mr. into the table (one-off), and you can repeatedly arbitrary implementation Gaussian random number generator proceedings. The use of C is to ensure commonality, if someone finds trouble, can be used to be a Class C, all these things into account Packaging. Also, if someone is interested, can you change the form of arbitrary distribution of continuous random number generator procedure is very simple changes, I will not be sacrificed as a result.
Update : 2025-02-17 Size : 2kb Publisher : 范范

DL : 0
随机数生成源代码,提供C++类和注释与一个测试例子。-random number generator source code for C and Notes with a test case.
Update : 2025-02-17 Size : 4kb Publisher : 张张

八位的伪随机数产生的verilog文件linear-feedback-shift-register-eight pseudo-random number generator in Verilog document linear-feedback- shift-register
Update : 2025-02-17 Size : 2kb Publisher : 陈正一

通过Monte Carlo仿真,说明DS扩频信号在抑制正弦干扰方面的有效性。用一均匀随机数发生器产生某个二进制信息符号的序列,每个信息比特重复Lc次。 包含文件:DS_restrain_interference.M SS.M-through Monte Carlo simulation, note DS spread spectrum signal sinusoidal interference in inhibiting the effectiveness. Using a uniform random number generator produce a binary sequence information symbols, each bit of information to repeat Lc times. Documents include : DS_restrain_interference.M SS.M
Update : 2025-02-17 Size : 1kb Publisher : 杨絮

用matalab开发的随机数生成程序包,用于各种随机数的生成,可到以下网址更新和浏览详细的说明:http://www.math.uu.se/research/telecom/software/-matalab development with the random number generator package, for various random number generator. can be updated to the following website and browse detailed explanation : http :// www.math.uu.se/research/telecom/softwa 're /
Update : 2025-02-17 Size : 61kb Publisher : 王邦新

Mersenne Twister Pseudo-Random Number Generator -MT Pseudo-Random Number Ge nerator
Update : 2025-02-17 Size : 19kb Publisher :

DL : 0
实现正态分布的伪随机数发生器 实现正态分布的伪随机数发生器-To achieve normal distribution of the pseudo-random number generator to achieve normal distribution of the pseudo-random number generator
Update : 2025-02-17 Size : 1kb Publisher : syq

均匀分布伪随机数发生器 伪随机数在计算机软件设计中有很广泛的用途。本文介绍了基于数学方法的利用计算机产生伪随机数的一种方法,即线性同余法,任何伪随机数的产生都是运用递推的原理来生成的。以及在Visual C++环境中产生伪随机数的两个重要函数,rand和srand函数,正确地使用这两个函数是产生性能良好的伪随机数的关键 -Uniformly distributed pseudo-random number generator, pseudo-random number in the computer software design in a very wide range of functions. This paper introduces the mathematical methods based on the use of computer generated pseudo-random number in a way that the linear congruence method, any pseudo-random number generated is to use the principle of recursive generated. As well as in Visual C++ Environment pseudo-random number generated two important functions, rand and srand functions, proper use of these two functions is the good performance of the pseudo-random number key
Update : 2025-02-17 Size : 207kb Publisher : 徐雷

Random Generators and Normal Numbers 随机数产生 英文文档。-Random Generators and Normal Numbers random number generator English document.
Update : 2025-02-17 Size : 177kb Publisher : 花玉良

伪随机数生成器,Implementation of the Quasi-Random Number generator currently hardwired to no more than 52 dimensions-Pseudo-random number generator, Implementation of the Quasi-Random Number generator currently hardwired to no more than 52 dimensions
Update : 2025-02-17 Size : 9kb Publisher : 刘冬

实现正态分布的伪随机数发生器-To achieve normal distribution of the pseudo-random number generator
Update : 2025-02-17 Size : 2kb Publisher : 在一

DL : 0
Parzen窗法,由样本求概密估计,例为一维正态分布和双峰均匀分布,内附随机数生成的原理说明。-Parzen window method, by the sample density estimate for estimated Example for one-dimensional normal distribution and bimodal uniform distribution, random number generator containing a description of the principle.
Update : 2025-02-17 Size : 131kb Publisher : 赵瑞峰

opencore, random number generator, verilog
Update : 2025-02-17 Size : 3kb Publisher : jason

random number generator,随机数产生器,可以产生均匀分布的随机数,有Mersenne twister, RANROT-B,RANROT-W, Mother-of-all等-random number generator, random number generator can generate uniformly distributed random numbers, there are Mersenne twister, RANROT-B, RANROT-W, Mother-of-all, etc.
Update : 2025-02-17 Size : 15kb Publisher : zhu

用matlab仿真对光谱进行定标和很好的一个随机数发生器-Matlab simulation of the spectrum used for calibration and a very good random number generator
Update : 2025-02-17 Size : 119kb Publisher : Ellison

binary search and Sets the seed of the random number generator,computes a random integer in a range
Update : 2025-02-17 Size : 1kb Publisher : puneet

3种伪随机数列发生器的matlab编码以及其各种特性的分析-Three kinds of pseudo-random number generator matlab bar coding and analysis of its characteristics
Update : 2025-02-17 Size : 144kb Publisher : 黎明
« 12 3 4 5 6 7 8 9 10 ... 32 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.