]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/flow/AliFMDFlowSplitter.cxx
Remove some unused code
[u/mrichter/AliRoot.git] / FMD / flow / AliFMDFlowSplitter.cxx
index 65e4299f91128ee763d30b63c026a59011fb330f..10f4c1964742e9363fcc845004832539fd2723be 100644 (file)
@@ -37,7 +37,8 @@ AliFMDFlowSplitter::Select(ULong_t) const
   //   entry   The entry number 
   // Return 
   //   true if this should go in sub-event A 
-  return (Float_t(rand()) / RAND_MAX > 0.5);
+  // return (Float_t(rand()) / RAND_MAX > 0.5);
+  return fRandom.Uniform(0,1);
 }