.\ Info directory
.\delphi\internet Delphi sample applications (all Delphi versions)
.\cpp\internet C++Builder sample applications
.\cpp\internet\bcb1 C++Builder version 1 projects
.\cpp\internet\bcb3 C++Builder version 3 projects
.\cpp\internet\bcb4 C++Builder version 4 projects
.\cpp\internet\bcb5 C++Builder version 5 projects
.\cpp\internet\bcb6 C++Builder version 6 projects
.\delphi\vc Delphi 1.x files (winsock.pas 16 bits and *.dcr)
.\delphi\vc32 Delphi (1/2/3/4/5/6/7) and C++Builder (1/3/4/5/6) components
.\Delphi1 Automated build for Delphi 1. Not for beginners.
.\Delphi2 Automated build for Delphi 2. Not for beginners.
.\Delphi3 Automated build for Delphi 3. Not for beginners.
.\bcb1 Automated build for Bcb 1. Not for beginners.
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.
This file contains the material presented as the first Embedded MATLAB webinar on the MathWorks web site on September 13, 2007.
It contains the PDF version of presentation slides and all necessary demonstration files (including MATLAB M-files and Simulink models).