v3.0.6 9 Aug 2004
- Fixed a bug with  Random_Binomial2(n, pp) calls itself again rather than calling Random_Binomial2(n, pp, DelphiRandom).
- Implemented a Switching of the Default Random Number Generator to use conditional compilation as suggested by Anthony Frazier.
- For ESBPCS these changes are included in v3.1 Beta 4

v3.0.4 28 Jan 2004
 - Synchronised versions with ESBPCS
 - Fixed bug in Random_Gamma thanks to Mykhalevych Kyryl.
 - Other minor improvements.

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.au/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