cgal/Random_numbers/changes.txt

142 lines
3.0 KiB
Plaintext

4 September 2004 Menelaos Karavelas
- re-wrote author names in copyright notices using 7-bit characters
Changes done to the `Random_numbers' package
Version 2.3.8 (19 Jan 2004)
- Add get_bits<int>() (moved and generalized from Triangulation_3).
============================= CGAL 3.0 ========================
Version 2.3.7 (22 October 2003) [af]
- new headers
Version 2.3.6 on 22-Sep-2003
- new headers
Version 2.3.4 on 29-Apr-2002
- split of user and reference manual
Version 2.3.4 on 21-Mar-2002
- converted to "new" manual style
Version 2.3.3 on ????
- ???
Version 2.3.2 on 04-Sep-2001
- changed ccSection command to section command
CGAL-2.3
--------
Version 2.3 on 02-Apr-2001
- replaced accidentally submitted version without port to M$-VC++ by ported one
Version 2.2.4 on 21-Mar-2001
- removed 'maintainer' line from file header
Version 2.2.3 on 20-Mar-2001
- no changes (moved to cvs-server)
Version 2.2.2 on 01-Nov-2000
- fixed some typos
Version 2.2.1 on 01-Nov-2000
- adapted to CGAL-2.2
CGAL-2.2
--------
Version 2.2 on 02-Feb-2000
- removed `CGAL_..._cast' macros.
CGAL-2.1
--------
Version 2.1.2 on 22-Sep-1999
- deterministic initialisation fixed (on IRIX 64).
Version 2.1.1 on 20-Jul-1999
- using `RAND_MAX' now (fixes a problem with linux).
Version 2.1 on 05-Jul-1999
- replaced `erand48()' by `rand()'.
- removed state functions.
- (port to M$-VC++)
CGAL-2.0
--------
Version 2.0.1 on 04-Mar-1999
- scope `std::' removed from `timeval', `gettimeofday', and `erand48'.
- `include <sys/time.h>' in `src/Random.C' re-added.
Version 2.0 on 25-Feb-1999
- namespace `CGAL' introduced.
- global variable `random' changed to `default_random'.
- `test/Random/test_Random.C' moved to `test/Random_numbers/test_Random.C'.
Version 1.14 on 10-Feb-1999
- usage of new-style headers and namespace `std'.
- nested type `Seed' changed to `State'.
- member functions `{save|restore}_seed' changed to `{save|restore}_state'.
CGAL-1.2
--------
CGAL-1.1
--------
Version 1.12 on 16-Jun-1998
- multiple inclusion protection with 'CGAL_PROTECT_..._H' fixed.
- `(e-mail)' changed to `<e-mail>'.
Version 1.11 on 15-May-1998
- coordinator `MPI' changed to `INRIA'.
- line containing more than 80 characters fixed.
- `return( 0);' in `main()' added.
Version 1.10 on 30-Mar-1998
- `$CGAL_Package$' added.
CGAL-1.0
--------
Version 1.9 on 15-Dec-1997
- subdirectory structure in 'include/CGAL' removed.
Version 1.8 on 05-Dec-1997
- new structure of specification directory.
- new protection against multiple header-file inclusion.
Version 1.7 on 02-Dec-1997
- new file-header format.
- new directory structure.
CGAL-0.9
--------
Version 1.6 on 11-Jun-1997
- equality test added.
Version 1.5 on 26-May-1997
- `#include <stdlib.h>' moved from `Random.C' to `Random.h'.
Version 1.4 on 21-May-1997
- deterministic initialisation added.
Version 1.3 on 09-May-1997
- global variable `CGAL_random' added.
Version 1.2 on 28-Apr-1997
- seed operations added.
Version 1.1 on 26-Apr-1997
- initial version