X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftimes.cpp;h=b825543b8da9ea475330900ad0a2a0435dd51c68;hp=ce5730b9f5d7bf48707d849fb3ab6f9ab324a652;hb=8ba901b532b844d49ffbd11f906f9124f357db1f;hpb=20e3b69938ba04116a09e98baa8d9fbe18c382f5 diff --git a/check/times.cpp b/check/times.cpp index ce5730b9..b825543b 100644 --- a/check/times.cpp +++ b/check/times.cpp @@ -3,7 +3,7 @@ * Main program that calls the individual timings. */ /* - * GiNaC Copyright (C) 1999-2003 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2007 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include @@ -40,11 +40,10 @@ */ void randomify_symbol_serials() { - srand((unsigned)time(NULL)); + srand(time(NULL)); const int m = rand() % 666; for (int s=0; s