]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/AliRandom.cxx
01-feb-2003 NvE Memberfunction Info() renamed to Data() in various classes in order to
[u/mrichter/AliRoot.git] / RALICE / AliRandom.cxx
index 0840d4f458e47dc8877de0c5971219717b2df8d4..22e5445374201f039e6bbf85d5fa19f2cd0f97bd 100644 (file)
@@ -69,7 +69,7 @@
 //                              // The sequence is started at the location
 //                              // denoted by the counters cnt1 and cnt2.
 //
-// q.Info();     // Print the current seed, cnt1 and cnt2 values.
+// q.Data();     // Print the current seed, cnt1 and cnt2 values.
 // q.GetSeed();  // Provide the current seed value.
 // q.GetCnt1();  // Provide the current cnt1 value.
 // q.GetCnt2();  // Provide the current cnt2 value.
@@ -317,7 +317,7 @@ Int_t AliRandom::GetCnt2()
  return fCnt2;
 }
 ///////////////////////////////////////////////////////////////////////////
-void AliRandom::Info()
+void AliRandom::Data()
 {
 // Print the current seed, cnt1 and cnt2 values
  cout << " *Random* seed = " << fSeed