X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=check%2Ftimes.cpp;h=93d0e131a75872f143315e1326ed75e9a183b1da;hb=d67dadd063fbae8e9a64560d2ea97c7af0248203;hp=ce5730b9f5d7bf48707d849fb3ab6f9ab324a652;hpb=20e3b69938ba04116a09e98baa8d9fbe18c382f5;p=ginac.git diff --git a/check/times.cpp b/check/times.cpp index ce5730b9..93d0e131 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-2005 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