From 146bc820d40ffb0ada73af743ef2843ad88e218a Mon Sep 17 00:00:00 2001
From: Rene Brun <Rene.Brun@cern.ch>
Date: Thu, 15 Jun 2006 09:59:22 +0000
Subject: [PATCH] From Lorenzo: Set the default seed for TRandom3 (in
 TRandom3.h) to 4357 instead of 65539. This is the recommended value by the
 author.

git-svn-id: http://root.cern.ch/svn/root/trunk@15439 27541ba8-7e3a-0410-8455-c3a389f83636
---
 base/inc/TRandom3.h | 4 ++--
 math/inc/TRandom3.h | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/base/inc/TRandom3.h b/base/inc/TRandom3.h
index 8bef05a7cfe..2ecde22d6d7 100644
--- a/base/inc/TRandom3.h
+++ b/base/inc/TRandom3.h
@@ -1,4 +1,4 @@
-// @(#)root/base:$Name:  $:$Id: TRandom3.h,v 1.3 2000/11/22 08:35:44 brun Exp $
+// @(#)root/base:$Name:  $:$Id: TRandom3.h,v 1.4 2003/01/26 21:03:16 brun Exp $
 // Author: Peter Malzacher   31/08/99
 
 /*************************************************************************
@@ -33,7 +33,7 @@ private:
    Int_t    fCount624;
 
 public:
-   TRandom3(UInt_t seed=65539);
+   TRandom3(UInt_t seed=4357);
    virtual ~TRandom3();
    virtual  Double_t  Rndm(Int_t i=0);
    virtual  void      RndmArray(Int_t n, Float_t *array);
diff --git a/math/inc/TRandom3.h b/math/inc/TRandom3.h
index 8bef05a7cfe..2ecde22d6d7 100644
--- a/math/inc/TRandom3.h
+++ b/math/inc/TRandom3.h
@@ -1,4 +1,4 @@
-// @(#)root/base:$Name:  $:$Id: TRandom3.h,v 1.3 2000/11/22 08:35:44 brun Exp $
+// @(#)root/base:$Name:  $:$Id: TRandom3.h,v 1.4 2003/01/26 21:03:16 brun Exp $
 // Author: Peter Malzacher   31/08/99
 
 /*************************************************************************
@@ -33,7 +33,7 @@ private:
    Int_t    fCount624;
 
 public:
-   TRandom3(UInt_t seed=65539);
+   TRandom3(UInt_t seed=4357);
    virtual ~TRandom3();
    virtual  Double_t  Rndm(Int_t i=0);
    virtual  void      RndmArray(Int_t n, Float_t *array);
-- 
GitLab