v1.1.3 17-May-2002
- Fixed bug Demo which showed wrong paramaters.

v1.1.2 9-Jan-2002
- Borland C++ Builder Support added

v1.1.1 19-Sep-2001
- Fixed bug in Multivariate Normal Distribution - thanks to Haris Baltzakis

v1.1 19-Sep-2001
- now tested with Delphi 6
- Tester now built with Delphi 6 and ESBPCS v2

v1.00 9-Jan-2001
- Fixed a bug in
- Some Improvements to the TestRandom Project
- Now also incorporated into our ESBPCS with the release of v1.5

Public Beta 3 Release 23-Oct-2000
- Fixed problem where Poisson would get divide by zero - incorrect initialisation
	on my part.

Public Beta 2 Release 12-Oct-2000
- Exit condition for Random_Normal modified slightly
- Changed routines to be overloaded to allow you to pass in the Uniform
	Random Number Generator you want to use. If omitted then Delphi's
	Random Number Generator will be used.
- Added routines to call the Delphi Random and the MRNG Random Generators
	in the form of TRandomGenFunction.
- Added AMRandomRS Unit to store strings as Resource Strings. Replace this
	unit with other language translations. Feel free to send to us so
	we can share with all users.
- Added a Test Utility - source is included but ESBPCS (Shareware) and
	EFD Systems' MRNG.PAS (Freeware) is required.
	ESBPCS: http://www.esbconsult.com/esbpcs.html
	EFD: http://efd.home.mindspring.com/tools.htm
- Test Utility still doesn't test Multi-variate.

Public Beta 1 released - 28 Sep 2000
