]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliRndm.cxx
Change of coordinate system x->-x, z->-z
[u/mrichter/AliRoot.git] / STEER / AliRndm.cxx
index dae14952a5e9c580a982d204783398549e0a83bd..facdc8ee62d9e753e0ba3b731a5477419fe1d4b3 100644 (file)
@@ -17,7 +17,6 @@
 
 ///////////////////////////////////////////////////////////////////////////////
 //                                                                           //
-//   Wrapper for the root random number generator                            //
 //                                                                           //
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -32,17 +31,16 @@ ClassImp(AliRndm)
 
 //_______________________________________________________________________
 AliRndm::AliRndm():
-  fRandom(0)
+  fRandom(gRandom)
 {
   // 
   // Default ctor
   //
-  SetRandom();
 }
 
 //_______________________________________________________________________
 AliRndm::AliRndm(const AliRndm& rn):
-  fRandom(0)
+  fRandom(gRandom)
 {
   //
   // Copy constructor