Changeset 8b6255 in git


Ignore:
Timestamp:
May 6, 1997, 7:10:59 PM (27 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
262d472e1cde4cdd2b2721cdcf2b7c75c9cb94c0
Parents:
067faa4fe7c3541135dc9da01c93d53f1871d832
Message:
* hannes: added call to factoryseed in initialisation (misc.cc)


git-svn-id: file:///usr/local/Singular/svn/trunk@265 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/misc.cc

    r067faa r8b6255  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: misc.cc,v 1.10 1997-05-06 08:31:05 obachman Exp $ */
     4/* $Id: misc.cc,v 1.11 1997-05-06 17:10:59 Singular Exp $ */
    55/*
    66* ABSTRACT:
     
    3232#include "timer.h"
    3333#include "intvec.h"
     34#define SI_DONT_HAVE_GLOBAL_VARS
     35#include <factory.h>
    3436
    3537/*0 implementation*/
     
    4648  t=initTimer();
    4749  /*t=(int)time(NULL);*/
     50  if (t==0) t=1;
    4851#ifdef HAVE_RTIMER
    4952  initRTimer();
     
    5457  srand((unsigned int)t);
    5558#endif
     59#ifdef HAVE_FACTORY
     60  factoryseed(t);
     61#endif 
    5662/*4 inits for special machines */
    5763#ifdef macintosh
Note: See TracChangeset for help on using the changeset viewer.