Von Neuman在1940年提出了平方取中法,其原理是將一個給定的2n比特的數平方,然后高位補0得到4n比特的數,再截取中間的2n位進行下次迭代,并得到一個隨機數序列。這種方法無論是在硬件實現上,還是在仿真測試上都比較容易實現,但是它的周期受初始值的影響很大,如果初始值選得不好,會嚴重影響隨機數序列的質量和周期,而且其最大周期不會超過22n
隨機數生成
Linux Server Hacks, Volume Two
By Brian K. Jones, William Von Hagen
...............................................
Publisher: O Reilly
Pub Date: December 2005
Print ISBN-10: 0-596-10082-5
Print ISBN-13: 978-0-59-610082-7
Pages: 478
Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition)
Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge
Publisher: Addison-Wesley
Page: 560
Edition: 2nd edition (March 27, 2001)
Format: PDF
Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.
英文版,pdf格式。
詳細說明:
Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition)
URL: http://www.amazon.com/exec/obidos/tg/detail/-/0201379236/
ISBN: 0201379236
Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge
Publisher: Addison-Wesley
Page: 560
Edition: 2nd edition (March 27, 2001)
Catalog: C++
Format: PDF
Size: 3.8M
Supplier: December
Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.
This prj demonstrates how to use the SROM memory classes for the Dallas DS80C400. This example uses the memcpy function to copy a function in the SROM memory class (which is located in CODE memory) to Von Neumann mapped XDATA (starting at 0x110000) for execution.
This manual describes how to run the Matlab® Artificial Immune Systems tutorial presentation developed by Leandro de Castro and Fernando Von Zuben. The program files can be downloaded from the following FTP address: ftp://ftp.dca.fee.unicamp.br/pub/docs/Vonzuben/lnunes/demo.zip
The tour is self-guided and can be performed in any order.
To run the presentation, first uncompress the zipped archive and store it in an appropriate directory. Run the Matlab® , enter the selected directory, and type “tutorial” in the prompt.
Much of Game Theory has developed within the community of Economists,
starting from the book “Theory of Games and Economic behavior” by Mor-
genstern and Von Neumann (1944). To a lesser extent, it has had an impact on
biology (with the development of evolutionarygames) and on road traffic Engi-
neering (triggered by the concept of Wardrop equilibrium introduced already
in 1952 along with the Beckmann potential approach introduced in 1956).
Since 1999 game theory has had a remarkable penetration into computer sci-
ence with the formation of the community of Algorithmic game theory.