Welcome![Sign In][Sign Up]
Location:
Search - Random Number Generators

Search list

[Other resourceRandomNumberGenerators

Description: Random Number Generators(随机数生成)包括gaussian random number generator、uniform random number generator、low-frequency hold generator、1/f noise generator等5种随机信号生成的c源代码-Random Number Generators (Random Number Generation), including Gaussian random number generator, uniform random number generator, low-frequency generator hold, a / f noise generator five kinds of random signals generated by the source code c
Platform: | Size: 2447 | Author: 刘嘉焜 | Hits:

[Other resourcerandomc

Description: Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class library of uniform random number generators of good quality. The random number generators found in standard libraries are often of a poor quality, insufficient for large Monte Carlo calculations. This C++ implementation provides random number generators of a much better quality: Better randomness, higher resolution, and longer cycle lengths. The same random number generators are available as libraries coded in assembly language for higher speed. These libraries can be linked into projects coded in other programming languages under Windows, Linux, BSD, etc. The library files are available in the archive asmlib.zip. Non-uniform random number generators are provided in stocc.zip.
Platform: | Size: 102418 | Author: lilin | Hits:

[Special Effectsscythestat-1.0.2.tar

Description: The Scythe Statistical Library is an open source C++ library for statistical computation. It includes a suite of matrix manipulation functions, a suite of pseudo-random number generators, and a suite of numerical optimizers.
Platform: | Size: 220518 | Author: 李志強 | Hits:

[DSP programRandomNumberGenerators

Description: Random Number Generators(随机数生成)包括gaussian random number generator、uniform random number generator、low-frequency hold generator、1/f noise generator等5种随机信号生成的c源代码-Random Number Generators (Random Number Generation), including Gaussian random number generator, uniform random number generator, low-frequency generator hold, a/f noise generator five kinds of random signals generated by the source code c
Platform: | Size: 2048 | Author: | Hits:

[Data structsrandomc

Description: Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class library of uniform random number generators of good quality. The random number generators found in standard libraries are often of a poor quality, insufficient for large Monte Carlo calculations. This C++ implementation provides random number generators of a much better quality: Better randomness, higher resolution, and longer cycle lengths. The same random number generators are available as libraries coded in assembly language for higher speed. These libraries can be linked into projects coded in other programming languages under Windows, Linux, BSD, etc. The library files are available in the archive asmlib.zip. Non-uniform random number generators are provided in stocc.zip.-Uniform random number generatorsby Agner Fog, 2001- 2007randomc.zip contains a C++ Class library of uniform random number generators of good quality.The random number generators found in standard libraries are often of a poor quality, insufficient for large Monte Carlo calculations . This C++ implementation provides random number generators of a much better quality: Better randomness, higher resolution, and longer cycle lengths.The same random number generators are available as libraries coded in assembly language for higher speed. These libraries can be linked into projects coded in other programming languages under Windows, Linux, BSD, etc. The library files are available in the archive asmlib.zip.Non-uniform random number generators are provided in stocc.zip.
Platform: | Size: 102400 | Author: lilin | Hits:

[Special Effectsscythestat-1.0.2.tar

Description: The Scythe Statistical Library is an open source C++ library for statistical computation. It includes a suite of matrix manipulation functions, a suite of pseudo-random number generators, and a suite of numerical optimizers. -The Scythe Statistical Library is an open source C++ Library for statistical computation. It includes a suite of matrix manipulation functions, a suite of pseudo-random number generators, and a suite of numerical optimizers.
Platform: | Size: 220160 | Author: 李志強 | Hits:

[Mathimatics-Numerical algorithmsRandom_generators_and_normal_numbers

Description: Random Generators and Normal Numbers 随机数产生 英文文档。-Random Generators and Normal Numbers random number generator English document.
Platform: | Size: 181248 | Author: 花玉良 | Hits:

[VHDL-FPGA-VerilogDE2_VGA3

Description: The VGA example generates a 320x240 diffusion-limited-aggregation (DLA) on Altera DE2 board. A DLA is a clump formed by sticky particles adhering to an existing structure. In this design, we start with one pixel at the center of the screen and allow a random walker to bounce around the screen until it hits the pixel at the center. It then sticks and a new walker is started randomly at one of the 4 corners of the screen. The random number generators for x and y steps are XOR feedback shift registers (see also Hamblen, Appendix A). The VGA driver, PLL, and reset controller from the DE2 CDROM are necessary to compile this example. Note that you must push KEY0 to start the state machine. -The VGA example generates a 320x240 diffusion-limited-aggregation (DLA) on Altera DE2 board. A DLA is a clump formed by sticky particles adhering to an existing structure. In this design, we start with one pixel at the center of the screen and allow a random walker to bounce around the screen until it hits the pixel at the center. It then sticks and a new walker is started randomly at one of the 4 corners of the screen. The random number generators for x and y steps are XOR feedback shift registers (see also Hamblen, Appendix A). The VGA driver, PLL, and reset controller from the DE2 CDROM are necessary to compile this example. Note that you must push KEY0 to start the state machine.
Platform: | Size: 1275904 | Author: Donghua Gu | Hits:

[Windows Developjava

Description: 用JAVA实现一个Lagged Fibonacci pseudo-random number generators (or LFGs for short)-Using JAVA realization of a Lagged Fibonacci pseudo-random number generators (or LFGs for short)
Platform: | Size: 5120 | Author: rainingwm | Hits:

[DSP programPUF_Based_RNG_paper

Description: Hardware random number generators attempt to extract randomness directly from complex physical systems. In this way they create random outputs without requiring any seed inputs. In this paper we describe how to use Physical Random Functions (or Physical Unclonable Functions, PUFs) to create a candidate hardware random number generator.
Platform: | Size: 49152 | Author: Hassan Abdelaziz | Hits:

[Crack Hackkhalil2006_true_random_number_generator

Description: a true random number generator (TRNG) in hardware which is targeted for FPGA-based crypto embedded systems. All crypto protocols require the generation and use of secret values that must be unknown to attackers.Random number generators (RNG) are required to generate public/private key pairs for asymmetric algorithm such as RSA and symmetric algorithm such as AES.
Platform: | Size: 418816 | Author: Hassan Abdelaziz | Hits:

[Crack Hackcryptopp560

Description: 最新Crypto++5.6版 加密解密函数类库。C++版。完美支持Visual Studio 2008,2005,2003,2002,6.0,C++ Builder 2009,GCC等主流编译器。 -Abstract Base Classes cryptlib.h Authenticated Encryption AuthenticatedSymmetricCipherDocumentation Symmetric Ciphers SymmetricCipherDocumentation Hash Functions SHA1, SHA224, SHA256, SHA384, SHA512, Tiger, Whirlpool, RIPEMD160, RIPEMD320, RIPEMD128, RIPEMD256, Weak1::MD2, Weak1::MD4, Weak1::MD5 Non-Cryptographic Checksums CRC32, Adler32 Message Authentication Codes VMAC, HMAC, CBC_MAC, CMAC, DMAC, TTMAC, GCM (GMAC) Random Number Generators NullRNG(), LC_RNG, RandomPool, BlockingRng, NonblockingRng, AutoSeededRandomPool, AutoSeededX917RNG, DefaultAutoSeededRNG Password-based Cryptography PasswordBasedKeyDerivationFunction Public Key Cryptosystems DLIES, ECIES, LUCES, RSAES, RabinES, LUC_IES Public Key Signature Schemes DSA, GDSA, ECDSA, NR, ECNR, LUCSS, RSASS, RSASS_ISO, RabinSS, RWSS, ESIGN Key Agreement DH, DH2, MQV, ECDH, ECMQV, XTR_DH Algebraic Structures Integer, PolynomialMod2, PolynomialOver, RingOfPolynomialsOver, ModularArithmetic, MontgomeryRepresentati
Platform: | Size: 1048576 | Author: 沧海 | Hits:

[Windows DevelopCryptoPPRef

Description: 著名超强加密解密函数类库Crypto++的最新Reference参考资料。官方的超全!-Abstract Base Classes cryptlib.h Authenticated Encryption AuthenticatedSymmetricCipherDocumentation Symmetric Ciphers SymmetricCipherDocumentation Hash Functions SHA1, SHA224, SHA256, SHA384, SHA512, Tiger, Whirlpool, RIPEMD160, RIPEMD320, RIPEMD128, RIPEMD256, Weak1::MD2, Weak1::MD4, Weak1::MD5 Non-Cryptographic Checksums CRC32, Adler32 Message Authentication Codes VMAC, HMAC, CBC_MAC, CMAC, DMAC, TTMAC, GCM (GMAC) Random Number Generators NullRNG(), LC_RNG, RandomPool, BlockingRng, NonblockingRng, AutoSeededRandomPool, AutoSeededX917RNG, DefaultAutoSeededRNG Password-based Cryptography PasswordBasedKeyDerivationFunction Public Key Cryptosystems DLIES, ECIES, LUCES, RSAES, RabinES, LUC_IES Public Key Signature Schemes DSA, GDSA, ECDSA, NR, ECNR, LUCSS, RSASS, RSASS_ISO, RabinSS, RWSS, ESIGN Key Agreement DH, DH2, MQV, ECDH, ECMQV, XTR_DH Algebraic Structures Integer, PolynomialMod2, PolynomialOver, RingOfPolynomialsOver, ModularArithmetic, MontgomeryRepresentati
Platform: | Size: 6827008 | Author: 沧海 | Hits:

[Windows DevelopCryptoPPGuide

Description: Crypto++的文档,虽然不是很全,但是其中有简单的调用该类库的方法实例。-Abstract Base Classes cryptlib.h Authenticated Encryption AuthenticatedSymmetricCipherDocumentation Symmetric Ciphers SymmetricCipherDocumentation Hash Functions SHA1, SHA224, SHA256, SHA384, SHA512, Tiger, Whirlpool, RIPEMD160, RIPEMD320, RIPEMD128, RIPEMD256, Weak1::MD2, Weak1::MD4, Weak1::MD5 Non-Cryptographic Checksums CRC32, Adler32 Message Authentication Codes VMAC, HMAC, CBC_MAC, CMAC, DMAC, TTMAC, GCM (GMAC) Random Number Generators NullRNG(), LC_RNG, RandomPool, BlockingRng, NonblockingRng, AutoSeededRandomPool, AutoSeededX917RNG, DefaultAutoSeededRNG Password-based Cryptography PasswordBasedKeyDerivationFunction Public Key Cryptosystems DLIES, ECIES, LUCES, RSAES, RabinES, LUC_IES Public Key Signature Schemes DSA, GDSA, ECDSA, NR, ECNR, LUCSS, RSASS, RSASS_ISO, RabinSS, RWSS, ESIGN Key Agreement DH, DH2, MQV, ECDH, ECMQV, XTR_DH Algebraic Structures Integer, PolynomialMod2, PolynomialOver, RingOfPolynomialsOver, ModularArithmetic, MontgomeryRepresentati
Platform: | Size: 79872 | Author: 沧海 | Hits:

[Mathimatics-Numerical algorithmsrandomc_sourceCode

Description: This an open source library of random number generators by Agner Fog published at www.agner.org/random/. See ran-instructions.pdf for instructions and documentation.-This is an open source library of random number generators by Agner Fog published at www.agner.org/random/. See ran-instructions.pdf for instructions and documentation.
Platform: | Size: 222208 | Author: af | Hits:

[matlabmatlab

Description: 插值,函数逼近,矩阵特征值计算,数值微分,积分,方程求根,非线性方程求解,迭代,随机数生成,特殊函数,常微分方程,偏微分方程等常用的matlab程序。-Interpolation, function approximation, matrix eigenvalue calculation, numerical differentiation, integration, finding roots of equations, nonlinear equations, iterative, random number generators, special functions, ordinary differential equations, partial differential equations and other commonly used matlab program.
Platform: | Size: 652288 | Author: 称臣 | Hits:

[Algorithmamrandom

Description: This a random source code for delphi. Examples ramdom functions as follows: The following Random Number Generators: - Normal (Gaussian) - Gamma - Chi-squared - Exponential - Weibull - Beta - t - Multivariate Normal - Generalized inverse Gaussian - Binomial (2 different ones) - Negative Binomial - von Mises - Cauchy-This is a random source code for delphi. Examples ramdom functions as follows: The following Random Number Generators: - Normal (Gaussian) - Gamma - Chi-squared - Exponential - Weibull - Beta - t - Multivariate Normal - Generalized inverse Gaussian - Binomial (2 different ones) - Negative Binomial - von Mises - Cauchy
Platform: | Size: 448512 | Author: mudacik | Hits:

[VHDL-FPGA-Veriloggen_displayer

Description: 基于线性反馈移位寄存器电路,并结合FPGA 的特有结构,一种简捷而又高效的伪随机序列产生方法-The Implementation and Research on Pseudo-Random Number Generators with FPGA
Platform: | Size: 2048 | Author: 王晓飞 | Hits:

[MapleMatlabs-Random-Number-Generators

Description: MATLAB_RANDOM is a directory of MATLAB programs which illustrate the use of Matlab s random number generators.
Platform: | Size: 1024 | Author: Yu Deyang | Hits:

[Windows Develop使用timer实现随机数

Description: 在线随机数生成器,可以随机生成你设定的随机数,可以是唯一的或者重复的,可以应用于dota2roll点器,魔兽roll点辅助工具,抽奖或者需要随机数字的应用中。 产生随机数有多种不同的方法。这些方法被称为随机数发生器。随机数最重要的特性是它在产生是后面的那个数与前面的那个数毫无关系。(Online random number generator, you can set the random numbers generated can be unique or repeated, can be applied to the dota2roll point, roll point of auxiliary tools, or draw applications require random numbers in the. There are many different ways to generate random numbers. These methods are called random number generators. The most important feature of random numbers is that it produces the number that is behind and has nothing to do with the number in front.)
Platform: | Size: 46080 | Author: 薄凉 | Hits:
« 12 »

CodeBus www.codebus.net