X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=RALICE%2FAliRandom.cxx;h=d4864ecec5053ba55154a28db7c7f1e63dee660b;hb=c97002cce1bdfa9c4e07c0f1d7cf8fffd1b30d4c;hp=195b92bd0bb5a8ee6313c381f62f1b591de2f808;hpb=c72198f1e40c1ac6d987530ef7440da78e24eab8;p=u%2Fmrichter%2FAliRoot.git diff --git a/RALICE/AliRandom.cxx b/RALICE/AliRandom.cxx index 195b92bd0bb..d4864ecec50 100644 --- a/RALICE/AliRandom.cxx +++ b/RALICE/AliRandom.cxx @@ -300,25 +300,25 @@ void AliRandom::Unpack(Int_t seed,Int_t& i,Int_t& j,Int_t& k,Int_t& l) } } /////////////////////////////////////////////////////////////////////////// -Int_t AliRandom::GetSeed() +Int_t AliRandom::GetSeed() const { // Provide the current seed value return fSeed; } /////////////////////////////////////////////////////////////////////////// -Int_t AliRandom::GetCnt1() +Int_t AliRandom::GetCnt1() const { // Provide the current value of the counter cnt1 return fCnt1; } /////////////////////////////////////////////////////////////////////////// -Int_t AliRandom::GetCnt2() +Int_t AliRandom::GetCnt2() const { // Provide the current value of the counter cnt2 return fCnt2; } /////////////////////////////////////////////////////////////////////////// -void AliRandom::Data() +void AliRandom::Data() const { // Print the current seed, cnt1 and cnt2 values cout << " *Random* seed = " << fSeed