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 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 q...
上傳時間: 2014-12-01
上傳用戶:royzhangsz
資源簡介:Random Number generators(隨機數生成)包括gaussian random number generator、Uniform random number generator、low-frequency hold generator、1/f noise generator等5種隨機信號生成的c源代碼
上傳時間: 2014-12-07
上傳用戶:edisonfather
資源簡介:Uniform Random Number Generator,copy from book
上傳時間: 2016-05-15
上傳用戶:asdfasdfd
資源簡介: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 Function...
上傳時間: 2013-12-20
上傳用戶:縹緲
資源簡介:A code writing by Verilog which can find medium value. With a C file to see the simulation results. A co-design example of C and Verilog.
上傳時間: 2014-11-18
上傳用戶:ljt101007
資源簡介:Generate 100 samples of a zero-mean white noise sequence with variance , by using a Uniform random number generator. a Compute the autocorrelation of for . b Compute the periodogram estimate and plot it. c Generate 10 different realiz...
上傳時間: 2016-03-04
上傳用戶:朗朗乾坤
資源簡介: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...
上傳時間: 2014-01-09
上傳用戶:一諾88
資源簡介:隨機數 fortran90 L Ecuyer s 1999 random number generator. Fortran version by Alan.Miller @ vic.cmis.csiro.a
上傳時間: 2017-01-29
上傳用戶:aa54
資源簡介:Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/e)x] step3:Slove x=1/F(u) step4:Repeat Step1~Step3 by using different u,you can get x1,x2,x3,...,xn step5:If the first packet was generat...
上傳時間: 2017-05-25
上傳用戶:bibirnovis
資源簡介:股票交易模擬器 A Stock Exchange simulator to show timers and randon number generators work together. A cool simulation for anyone who might think about playing the stocks and spending money and get a general idea how the system works.
上傳時間: 2015-04-13
上傳用戶:愛死愛死
資源簡介:RC4 is a secure and very fast 8-bit stream cipher/psuedo-random number generator, with a 2^1700 interval
上傳時間: 2013-12-05
上傳用戶:ztj182002
資源簡介:it is used to generate random number to simulate the conmmunication scheme, very useful
上傳時間: 2013-11-27
上傳用戶:lunshaomo
資源簡介:random number generator
上傳時間: 2014-01-21
上傳用戶:cjl42111
資源簡介:240x128 graphic mode/Driver ic:t6963C writed by hawk liu 2001 Aug. 22 1/128 duty 1/12.3 bias Vop=20V STN GRAY Trasflective mode character/Graphic mode demo program
上傳時間: 2014-01-13
上傳用戶:lacsx
資源簡介:WAXTOP Simulate and plot a random network topology by the method
上傳時間: 2013-12-25
上傳用戶:sammi
資源簡介:opencore, random number generator, verilog
上傳時間: 2016-11-14
上傳用戶:wmwai1314
資源簡介: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 ...
上傳時間: 2014-01-16
上傳用戶:225588
資源簡介:random number generator,隨機數產生器,可以產生均勻分布的隨機數,有Mersenne twister, RANROT-B,RANROT-W, Mother-of-all等
上傳時間: 2017-02-16
上傳用戶:hphh
資源簡介:thie document give the three different design for generating a random number
上傳時間: 2013-11-28
上傳用戶:lizhizheng88
資源簡介:full testbench design including random number generator, the tcc encoder, the tcc decoder and some control logic.
上傳時間: 2013-12-29
上傳用戶:mpquest
資源簡介:enter two number given by user and add the two number . This program with the GUI.
上傳時間: 2017-06-14
上傳用戶:Amygdala
資源簡介:遺傳算法CUse time of day to feed the random number generator seed
上傳時間: 2013-12-02
上傳用戶:Divine
資源簡介:Input The first line of the input contains a single integer T (1 <= T <= 20), the number of test cases. Then T cases follow. The first line of each case contains N, and the second line contains N integers giving the time for each people to...
上傳時間: 2015-10-27
上傳用戶:plsee
資源簡介:A C++ logic game number game
上傳時間: 2015-03-05
上傳用戶:wkchong
資源簡介:contains a complete archiver by Haruhiko Okumura. The archiver uses an LZ engine whose output is compressed with static Huffman. The file is chopped into pieces which all get their own independent set of Huffman tree s. ARJ 2.41, ZIP ...
上傳時間: 2014-01-17
上傳用戶:himbly
資源簡介:This zip describes a benchmark software provided by IXXAT. It shows how to use the DBGU and timer peripherals on the AT91RM9200. Includes main.html file for help.
上傳時間: 2015-05-24
上傳用戶:xinzhch
資源簡介:This file contains a new and improved version of the Huffman coder, (June 29. 2001). The name is Huff06.m. There are also some additional files which are helpful when using Matlab for data compression: quantizer, different variants of run-l...
上傳時間: 2015-07-05
上傳用戶:jeffery
資源簡介:The present LS-SVMlab toolbox contains Matlab/C implementations for a number of LS-SVM algorithms.
上傳時間: 2014-11-12
上傳用戶:氣溫達上千萬的
資源簡介:The Spectral Toolkit is a C++ spectral transform library written by Rodney James and Chuck Panaccione while at the National Center for Atmospheric Research between 2002 and 2005. The library contains a functional subset of FFTPACK and SPHER...
上傳時間: 2013-12-20
上傳用戶:haoxiyizhong
資源簡介:Samples are organized by chapter, and then by "application" or example name. You should open a project in Visual Studio .NET through the .sln (solution) file. Note that Visual Studio .NET automatically creates various temporary and debug...
上傳時間: 2015-12-14
上傳用戶:ghostparker